From f0bb53b240b82133a3863ceac378acaf8f9e29e9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 1 Jun 2016 14:11:23 -0400 Subject: [PATCH] Slight edit: changed order of options display --- controllers/Admin.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/controllers/Admin.php b/controllers/Admin.php index be4df3d..f88149d 100644 --- a/controllers/Admin.php +++ b/controllers/Admin.php @@ -287,6 +287,11 @@ class Glmclientinfo_Admin_Controller 'label' => 'Phone', 'type' => 'text' ), + array( + 'name' => 'fax', + 'label' => 'Fax', + 'type' => 'text' + ), array( 'name' => 'tollfree', 'label' => 'Toll Free', @@ -302,11 +307,6 @@ class Glmclientinfo_Admin_Controller 'label' => 'GPS Lon.', 'type' => 'text' ), - array( - 'name' => 'fax', - 'label' => 'Fax', - 'type' => 'text' - ), array( 'name' => 'extra', 'label' => 'Extra Content', @@ -345,13 +345,13 @@ class Glmclientinfo_Admin_Controller 'type' => 'text' ), array( - 'name' => 'tollfree2', - 'label' => 'Secondary Toll Free', + 'name' => 'fax2', + 'label' => 'Secondary Fax', 'type' => 'text' ), array( - 'name' => 'fax2', - 'label' => 'Secondary Fax', + 'name' => 'tollfree2', + 'label' => 'Secondary Toll Free', 'type' => 'text' ), array( -- 2.17.1