macro help moved into individual files
This commit is contained in:
parent
bfaf66f854
commit
13dee87a18
86 changed files with 1978 additions and 0 deletions
21
lib/WebGUI/i18n/English/JavaScript.pm
Normal file
21
lib/WebGUI/i18n/English/JavaScript.pm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package WebGUI::i18n::English::JavaScript;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'java script title' => {
|
||||
message => q|JavaScript Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'java script body' => {
|
||||
message => q|
|
||||
|
||||
<b>^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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue