mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Show voicemail description (user name) (#2309)
Show voicemail description (user name) after voicemail id. Useful in case user has more than one mailbox assigned.
This commit is contained in:
@@ -113,7 +113,7 @@ require_once "resources/require.php";
|
||||
echo "<tr><td colspan='20'><br /><br /><br /></td></tr>\n";
|
||||
}
|
||||
echo " <td colspan='4' align='left' valign='top'>\n";
|
||||
echo " <b>".$text['label-mailbox'].": ".$field['voicemail_id']." </b><br /> \n";
|
||||
echo " <b>".$text['label-mailbox'].": ".$field['voicemail_id']." ".$field['voicemail_description']." </b><br /> \n";
|
||||
echo " </td>\n";
|
||||
echo " <td colspan='".(($_SESSION['voicemail']['storage_type']['text'] != 'base64') ? 3 : 2)."' valign='bottom' align='right'>\n";
|
||||
echo " <input type='button' class='btn' alt='".$text['button-toggle']."' onclick=\"$('#frm').attr('action', 'voicemail_message_toggle.php').submit();\" value='".$text['button-toggle']."'>\n";
|
||||
|
||||
Reference in New Issue
Block a user