More cleanup of lingering jqgrid remnants

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@620 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-18 15:48:59 +00:00
parent 04dc17409e
commit 4d615d8028
2 changed files with 1 additions and 4 deletions

View File

@@ -47,12 +47,9 @@ if (!isset($grid_setup))
$grid_setup = array(); $grid_setup = array();
// Do some prework to bring in the appropriate libraries // Do some prework to bring in the appropriate libraries
$html->css('jqGrid/ui.jqgrid', null, null, false); $html->css('ui.jqgrid', null, null, false);
//$html->css('jqGrid/jqModal', null, null, false);
$javascript->link('jqGrid/grid.locale-en', false); $javascript->link('jqGrid/grid.locale-en', false);
$javascript->link('jqGrid/jquery.jqGrid.min', false); $javascript->link('jqGrid/jquery.jqGrid.min', false);
//$javascript->link('jqGrid/js/jqModal', false);
//$javascript->link('jqGrid/js/jqDnR', false);
$javascript->link('pmgr_jqGrid', false); $javascript->link('pmgr_jqGrid', false);