From 66e2647c05d00a89a177cf00d8c5154a90f1aa9e Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 6 Jul 2009 23:17:53 +0000 Subject: [PATCH] Moved the debug grid query link into the caption bar to minimize layout distractions. git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@234 97e9348a-65ac-dc4b-aefc-98561f571b83 --- views/elements/jqGrid.ctp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/elements/jqGrid.ctp b/views/elements/jqGrid.ctp index 6ed8e8c..c4bb5d9 100644 --- a/views/elements/jqGrid.ctp +++ b/views/elements/jqGrid.ctp @@ -161,6 +161,9 @@ if (isset($sort_order)) { $sortorder = 'ASC'; } +if (1) { // debug + $caption .= ' :: '; +} // Configure the grid setup, giving priority to user defined parameters $jqGrid_setup = array_merge @@ -196,7 +199,6 @@ $jqGrid_setup = array_merge
-