Remove the "using macros" entry, and all references.

Pruning and altering Macro docs up to and including CanEditText.
This commit is contained in:
Colin Kuskie 2007-07-17 15:44:12 +00:00
parent 7c6ba21048
commit cffe4fbc7b
63 changed files with 20 additions and 662 deletions

View file

@ -2,37 +2,11 @@ package WebGUI::i18n::English::Macro_AssetProxy;
our $I18N = {
'macroName' => {
message => q|Asset Proxy|,
lastUpdated => 1128837929,
},
'asset proxy title' => {
message => q|Asset Proxy Macro|,
lastUpdated => 1112315917,
},
'invalid url' => {
message => q|Invalid Asset URL|,
lastUpdated => 1134769012,
},
'asset proxy body' => {
message => q|
<p><b>&#94;AssetProxy</b>(<i>Asset URL</i>);<br />
This macro is used to render an Asset and display it inline according
to its template. Any Asset can be displayed, including Navigations,
images, links to files for downloading or for snippets.</p>
<p>It can also be like a Shortcut Asset, displaying content from another
part of the site on this page. Unlike a Shortcut, it cannot override
any part of the original Asset.</p>
<p>This Macro may not be nested inside other Macros.</p>
|,
lastUpdated => 1168558479,
},
};
1;