individual help for macros

This commit is contained in:
Colin Kuskie 2005-04-03 07:40:51 +00:00
parent 13dee87a18
commit 359dc92e0a
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,18 @@
package WebGUI::Help::u_companyUrl;
our $HELP = {
'company url' => {
title => 'company url title',
body => 'company url body',
related => [
{
tag => 'macros using',
namespace => 'WebGUI'
},
]
},
};
1;

View file

@ -0,0 +1,22 @@
package WebGUI::i18n::English::u_companyUrl;
our $I18N = {
'company url title' => {
message => q|Company Url Macro|,
lastUpdated => 1112466408,
},
'company url body' => {
message => q|
<b>&#94;u; - Company URL</b><br>
The URL for your company specified in the settings by your Administrator.
<p>
|,
lastUpdated => 1112466919,
},
};
1;