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:
sergey-mz
2017-02-13 15:20:01 -05:00
committed by FusionPBX
parent 0ec099471a
commit 84c0df78b8

View File

@@ -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 />&nbsp;\n";
echo " <b>".$text['label-mailbox'].": ".$field['voicemail_id']." ".$field['voicemail_description']." </b><br />&nbsp;\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";