Slight edit: changed order of options display
authorLaury GvR <laury@gaslightmedia.com>
Wed, 1 Jun 2016 18:11:23 +0000 (14:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 1 Jun 2016 18:11:23 +0000 (14:11 -0400)
controllers/Admin.php

index be4df3d..f88149d 100644 (file)
@@ -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(