webgui/lib/WebGUI/i18n/English/Macro_JavaScript.pm
2005-10-10 05:22:37 +00:00

26 lines
480 B
Perl

package WebGUI::i18n::English::Macro_JavaScript;
our $I18N = {
'macroName' => {
message => q|JavaScript|,
lastUpdated => 1128839022,
},
'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;