From 29d41f909cfa54fb6af7780047f5c8dbe2996f37 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 4 Aug 2016 20:05:56 -0600 Subject: [PATCH] Update extensions.php Update the extensions header. --- app/extensions/extensions.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/extensions/extensions.php b/app/extensions/extensions.php index 7ebf6cecd6..62d1b5045c 100644 --- a/app/extensions/extensions.php +++ b/app/extensions/extensions.php @@ -131,11 +131,16 @@ $extensions = $prep_statement->fetchAll(PDO::FETCH_NAMED); unset ($prep_statement, $sql); +//set the alternating styles + $c = 0; + $row_style["0"] = "row_style0"; + $row_style["1"] = "row_style1"; + //show the content echo "\n"; echo " \n"; - echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo "
".$text['header-extensions']." (".$total_extensions.")
\n"; - echo " ".$text['description-extensions']."\n"; + echo "
\n"; + echo " ".$text['header-extensions']." (".$total_extensions.")
\n"; echo "
\n"; @@ -150,13 +155,14 @@ echo "
\n"; + echo " ".$text['description-extensions']."\n"; + echo "
\n"; echo "
"; - $c = 0; - $row_style["0"] = "row_style0"; - $row_style["1"] = "row_style1"; - echo "
\n"; echo "\n"; echo "\n";