From: Laury GvR Date: Wed, 1 Jun 2016 18:11:23 +0000 (-0400) Subject: Slight edit: changed order of options display X-Git-Tag: v1.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f0bb53b240b82133a3863ceac378acaf8f9e29e9;p=WP-Plugins%2Fglm-simple-messageboard.git Slight edit: changed order of options display --- 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(