Change type from number to text and change the the permission.

This commit is contained in:
FusionPBX 2021-11-28 23:06:33 -07:00 committed by GitHub
parent c87a87061f
commit 8607ee1f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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";