webgui/lib/WebGUI/i18n/English/Macro_Page.pm
Colin Kuskie 2b03fdc73d Add another error message to FileUrl so that it's clear that there
are no files, rather than the wrong URL.
Update Page macro docs to show it works on _any_ asset, not just Pages.
2006-07-21 16:10:11 +00:00

28 lines
748 B
Perl

package WebGUI::i18n::English::Macro_Page;
our $I18N = {
'macroName' => {
message => q|Page|,
lastUpdated => 1128839316,
},
'page title' => {
message => q|Page Macro|,
lastUpdated => 1112466408,
},
'page body' => {
message => q|
<p><b>&#94;Page();</b><br />
This can be used to retrieve information about the current asset. For instance it could be used to get the page URL like this &#94;Page("urlizedTitle"); or to get the menu title like this &#94;Page("menuTitle");. If the macro is called outside the context of
an asset, or if the property doesn't exist, then it returns nothing.
</p>
<p>Properties available for retrieval depend on the type of asset that is being queried.</p>
|,
lastUpdated => 1153339253,
},
};
1;