Don't show this until its ready for production.
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@
|
|||||||
$box = 'inbox';
|
$box = 'inbox';
|
||||||
}
|
}
|
||||||
echo " <a href='".$file."?order_by=fax_date&order=desc&id=".urlencode($row['fax_uuid'])."&box=".$box."'>".$text['label-inbox']."</a> ";
|
echo " <a href='".$file."?order_by=fax_date&order=desc&id=".urlencode($row['fax_uuid'])."&box=".$box."'>".$text['label-inbox']."</a> ";
|
||||||
echo " <a href='fax_outbox.php?id=".urlencode($row['fax_uuid'])."'>".$text['label-outbox']."</a> ";
|
//echo " <a href='fax_outbox.php?id=".urlencode($row['fax_uuid'])."'>".$text['label-outbox']."</a> ";
|
||||||
}
|
}
|
||||||
if (permission_exists('fax_sent_view')) {
|
if (permission_exists('fax_sent_view')) {
|
||||||
echo " <a href='fax_files.php?order_by=fax_date&order=desc&id=".urlencode($row['fax_uuid'])."&box=sent'>".$text['label-sent']."</a> ";
|
echo " <a href='fax_files.php?order_by=fax_date&order=desc&id=".urlencode($row['fax_uuid'])."&box=sent'>".$text['label-sent']."</a> ";
|
||||||
|
|||||||
Reference in New Issue
Block a user