move all macros into a namespace

This commit is contained in:
Colin Kuskie 2005-04-05 17:45:35 +00:00
parent 0554039f51
commit 6876239b0e
50 changed files with 50 additions and 50 deletions

View file

@ -0,0 +1,21 @@
package WebGUI::i18n::English::Macro_JavaScript;
our $I18N = {
'java script title' => {
message => q|JavaScript Macro|,
lastUpdated => 1112466408,
},
'java script body' => {
message => q|
<b>&#94;JavaScript();</b><br>
This macro allows you to include javascript in the head section of the page. Just pass in the URL to the javascript file.
<p>
|,
lastUpdated => 1112466919,
},
};
1;