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/site@258 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-08 17:35:36 +00:00
parent 4e2b073110
commit 6c62d66068
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
* @subpackage cake.app * @subpackage cake.app
*/ */
class AppController extends Controller { 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'); var $components = array('DebugKit.Toolbar');
function sideMenuLinks() { function sideMenuLinks() {

View File

@@ -1,6 +1,6 @@
<?php <?php
class JqGridHelper extends AppHelper { class GridHelper extends AppHelper {
var $jqGrid_options; var $jqGrid_options;
var $included; var $included;