From ca4b71c1db5981433efc68f7c032b8dac588b6d5 Mon Sep 17 00:00:00 2001
From: Falko Timme <ft@falkotimme.com>
Date: Sat, 05 Apr 2014 11:59:57 -0400
Subject: [PATCH] - changed/harmonized order of clients in client select fields ("ORDER BY client.company_name, client.contact_name, sys_group.name")
---
interface/web/dashboard/lib/module.conf.php | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/interface/web/dashboard/lib/module.conf.php b/interface/web/dashboard/lib/module.conf.php
index 337d6b7..67f769e 100644
--- a/interface/web/dashboard/lib/module.conf.php
+++ b/interface/web/dashboard/lib/module.conf.php
@@ -27,22 +27,22 @@
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-$module['name'] = 'dashboard';
-$module['title'] = 'top_menu_dashboard';
-$module['template'] = 'dashboard.tpl.htm';
-$module['startpage'] = 'dashboard/dashboard.php';
+$module['name'] = 'dashboard';
+$module['title'] = 'top_menu_dashboard';
+$module['template'] = 'dashboard.tpl.htm';
+$module['startpage'] = 'dashboard/dashboard.php';
$module['tab_width'] = '';
//$items = array();
//
-//$items[] = array( 'title' => 'Dashboard 1',
-// 'target' => 'content',
-// 'link' => 'dashboard/dashboard.php');
+//$items[] = array( 'title' => 'Dashboard 1',
+// 'target' => 'content',
+// 'link' => 'dashboard/dashboard.php');
//
-//$module['nav'][] = array( 'title' => 'Dashboard 2',
-// 'open' => 1,
-// 'items' => $items);
+//$module['nav'][] = array( 'title' => 'Dashboard 2',
+// 'open' => 1,
+// 'items' => $items);
-?>
\ No newline at end of file
+?>
--
Gitblit v1.9.1