Added the debug class to the debug grid query link, so that it doesn't show on print media.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@405 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-29 01:43:08 +00:00
parent ef4d8d4d30
commit c20b287c53

View File

@@ -189,7 +189,7 @@ if (isset($sort_order)) {
} }
if (1) { // debug if (1) { // debug
$caption .= ' :: <span id="'.$grid_id.'-query"></span>'; $caption .= '<span class="debug grid-query"> :: <span id="'.$grid_id.'-query"></span></span>';
} }
foreach (array_merge(array('loadComplete' => '', 'loadError' => ''), foreach (array_merge(array('loadComplete' => '', 'loadError' => ''),