From 6215b5d7a7a6b8ac80f97cb780b1bfa04632e4f2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 15 Mar 2007 22:22:40 +0000 Subject: [PATCH] move pagination variables into SQLReport template isa --- lib/WebGUI/Help/Asset_SQLReport.pm | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/WebGUI/Help/Asset_SQLReport.pm b/lib/WebGUI/Help/Asset_SQLReport.pm index 5a5a685d6..d99adedc5 100644 --- a/lib/WebGUI/Help/Asset_SQLReport.pm +++ b/lib/WebGUI/Help/Asset_SQLReport.pm @@ -74,6 +74,10 @@ our $HELP = { fields => [ ], isa => [ + { + tag => 'pagination template variables', + namespace => 'WebGUI' + }, { namespace => "Asset_SQLReport", tag => "sql report asset template variables" @@ -186,18 +190,10 @@ our $HELP = { } ], related => [ - { - tag => 'pagination template variables', - namespace => 'WebGUI' - }, { tag => 'sql report add/edit', namespace => 'Asset_SQLReport' }, - { - tag => 'wobject template', - namespace => 'Asset_Wobject' - } ] },