From a2cb53a83bc4d30b0c7753dd79a5485ca3e0c55f Mon Sep 17 00:00:00 2001 From: abijah Date: Wed, 8 Jul 2009 17:35:36 +0000 Subject: [PATCH] Actually, we need to get away from calling things jqGrid except at the lowest point. We don't want to switch vendors and have all these items continuing to be called jqGrid. Just Grid will work. git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@258 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/app_controller.php | 2 +- site/views/helpers/{jq_grid.php => grid.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename site/views/helpers/{jq_grid.php => grid.php} (94%) diff --git a/site/app_controller.php b/site/app_controller.php index 4405659..4a5f3a1 100644 --- a/site/app_controller.php +++ b/site/app_controller.php @@ -35,7 +35,7 @@ * @subpackage cake.app */ class AppController extends Controller { - var $helpers = array('Html', 'Form', 'Javascript', 'Format', 'Time', 'JqGrid'); + var $helpers = array('Html', 'Form', 'Javascript', 'Format', 'Time', 'Grid'); var $components = array('DebugKit.Toolbar'); function sideMenuLinks() { diff --git a/site/views/helpers/jq_grid.php b/site/views/helpers/grid.php similarity index 94% rename from site/views/helpers/jq_grid.php rename to site/views/helpers/grid.php index 9b05dcc..2649913 100644 --- a/site/views/helpers/jq_grid.php +++ b/site/views/helpers/grid.php @@ -1,6 +1,6 @@