individual help for macros
This commit is contained in:
parent
13dee87a18
commit
359dc92e0a
2 changed files with 40 additions and 0 deletions
18
lib/WebGUI/Help/u_companyUrl.pm
Normal file
18
lib/WebGUI/Help/u_companyUrl.pm
Normal 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;
|
||||||
22
lib/WebGUI/i18n/English/u_companyUrl.pm
Normal file
22
lib/WebGUI/i18n/English/u_companyUrl.pm
Normal 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>^u; - Company URL</b><br>
|
||||||
|
The URL for your company specified in the settings by your Administrator.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|,
|
||||||
|
lastUpdated => 1112466919,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
1;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue