Change type from number to text and change the the permission.
This commit is contained in:
parent
c87a87061f
commit
8607ee1f0d
|
|
@ -390,13 +390,13 @@
|
|||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
if (permission_exists('conference_cdr_view')) {
|
||||
if (permission_exists('conference_email_address')) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-email_address']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='number' name='conference_email_address' maxlength='255' value=\"".escape($conference_email_address)."\">\n";
|
||||
echo " <input class='formfld' type='text' name='conference_email_address' maxlength='255' value=\"".escape($conference_email_address)."\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$text['description-email_address']."\n";
|
||||
echo "</td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue