From b0c6deb3fd7eb2cc05c4cd73ae12604f7796bbfe Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 20 Dec 2013 05:58:25 +0000 Subject: [PATCH] Fax list move the name before the extension. --- app/fax/fax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/fax.php b/app/fax/fax.php index d5ca8bd684..d3e780949f 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -127,8 +127,8 @@ require_once "resources/paging.php"; echo "
\n"; echo "\n"; echo "\n"; - echo th_order_by('fax_extension', $text['label-extension'], $order_by, $order); echo th_order_by('fax_name', $text['label-name'], $order_by, $order); + echo th_order_by('fax_extension', $text['label-extension'], $order_by, $order); echo th_order_by('fax_email', $text['label-email'], $order_by, $order); echo th_order_by('fax_description', $text['label-description'], $order_by, $order); echo "\n"; - echo " \n"; echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo "
\n"; @@ -141,8 +141,8 @@ require_once "resources/paging.php"; if ($result_count > 0) { foreach($result as $row) { echo "
".$row['fax_extension']."".$row['fax_name']."".$row['fax_extension']."".$row['fax_email']." ".$row['fax_description']." \n";