diff --git a/lib/WebGUI/Help/Asset_Search.pm b/lib/WebGUI/Help/Asset_Search.pm index 3c0d1fb68..3b4425937 100644 --- a/lib/WebGUI/Help/Asset_Search.pm +++ b/lib/WebGUI/Help/Asset_Search.pm @@ -48,8 +48,8 @@ our $HELP = { namespace => 'WebGUI' }, { - namespace => "Asset_Article", - tag => "article asset template variables" + namespace => "Asset_Search", + tag => "search asset template variables" }, { namespace => "Asset_Template", @@ -82,6 +82,17 @@ our $HELP = { { 'name' => 'result_set', required => 1, + variables => [ + { + 'name' => 'url', + }, + { + 'name' => 'title', + }, + { + 'name' => 'synopsis', + }, + ], } ], related => [ diff --git a/lib/WebGUI/i18n/English/Asset_Search.pm b/lib/WebGUI/i18n/English/Asset_Search.pm index 026ec4b82..cab2c96af 100644 --- a/lib/WebGUI/i18n/English/Asset_Search.pm +++ b/lib/WebGUI/i18n/English/Asset_Search.pm @@ -117,6 +117,21 @@ be useful, others may not.|, lastUpdated => 1168897708, }, + 'url' => { + message => q|The URL of the Asset found in the search.|, + lastUpdated => 1169843468, + }, + + 'title' => { + message => q|The title of the Asset found in the search.|, + lastUpdated => 1169843466, + }, + + 'synopsis' => { + message => q|The synopsis of the Asset found in the search.|, + lastUpdated => 1169843465, + }, + }; 1;