Update voicemails.php
This commit is contained in:
parent
de07145952
commit
0073d4b284
|
|
@ -214,7 +214,7 @@
|
|||
}
|
||||
echo " </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$text['label-'.$row['voicemail_enabled']]." </td>\n";
|
||||
echo " <td valign='top' class='row_stylebg' width='30%'>".$row['voicemail_description']." </td>\n";
|
||||
echo " <td valign='top' class='row_stylebg' width='30%'>".escape($row['voicemail_description'])." </td>\n";
|
||||
if (permission_exists('voicemail_edit') || permission_exists('voicemail_delete')) {
|
||||
echo " <td class='list_control_icons' style='width: 25px;'>";
|
||||
if (permission_exists('voicemail_edit')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue