macro help moved into individual files
This commit is contained in:
parent
bfaf66f854
commit
13dee87a18
86 changed files with 1978 additions and 0 deletions
22
lib/WebGUI/i18n/English/Page.pm
Normal file
22
lib/WebGUI/i18n/English/Page.pm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package WebGUI::i18n::English::Page;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'page title' => {
|
||||
message => q|Page Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'page body' => {
|
||||
message => q|
|
||||
|
||||
<b>^Page();</b><br>
|
||||
This can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page("urlizedTitle"); or to get the menu title like this ^Page("menuTitle");.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue