mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update fax_files.php
This commit is contained in:
@@ -217,10 +217,10 @@ else {
|
|||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
echo " <td align='left' valign='top'>\n";
|
echo " <td align='left' valign='top'>\n";
|
||||||
if ($_REQUEST['box'] == 'inbox' && permission_exists('fax_inbox_view')) {
|
if ($_REQUEST['box'] == 'inbox' && permission_exists('fax_inbox_view')) {
|
||||||
echo " <b>".$text['header-inbox'].": <span style='color: #000;'>".$fax_name." (".$fax_extension.")</span></b>\n";
|
echo " <b>".$text['header-inbox'].": ".$fax_name." (".$fax_extension.")</b>\n";
|
||||||
}
|
}
|
||||||
if ($_REQUEST['box'] == 'sent' && permission_exists('fax_sent_view')) {
|
if ($_REQUEST['box'] == 'sent' && permission_exists('fax_sent_view')) {
|
||||||
echo " <b>".$text['header-sent'].": <span style='color: #000;'>".$fax_name." (".$fax_extension.")</span></b>\n";
|
echo " <b>".$text['header-sent'].": ".$fax_name." (".$fax_extension.")</b>\n";
|
||||||
}
|
}
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
echo " <td width='70%' align='right' valign='top'>\n";
|
echo " <td width='70%' align='right' valign='top'>\n";
|
||||||
@@ -386,4 +386,4 @@ else {
|
|||||||
|
|
||||||
//include the footer
|
//include the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user