diff --git a/lib/WebGUI/Help/u_companyUrl.pm b/lib/WebGUI/Help/u_companyUrl.pm new file mode 100644 index 000000000..8f8c4ce76 --- /dev/null +++ b/lib/WebGUI/Help/u_companyUrl.pm @@ -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; diff --git a/lib/WebGUI/i18n/English/u_companyUrl.pm b/lib/WebGUI/i18n/English/u_companyUrl.pm new file mode 100644 index 000000000..a9c42ab83 --- /dev/null +++ b/lib/WebGUI/i18n/English/u_companyUrl.pm @@ -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| + +^u; - Company URL
+The URL for your company specified in the settings by your Administrator. +

+ +|, + lastUpdated => 1112466919, + }, +}; + +1;