package WebGUI::i18n::English::Macro_AdminBar; our $I18N = { 'admin bar title' => { message => q|Admin Bar Macro|, lastUpdated => 1112374923, }, 'admin bar body' => { message => q|

^AdminBar;
^AdminBar(custom template ID);
Places the administrative tool bar on the page. Omitting this macro will prevent you from adding content, pasting content from the clipboard, accessing the help system and other administrative functions.

The macro may take one optional argument, an alternate template in the Macro/AdminBar namespace for generating the AdminBar. The following variables are available in the template:

adminbar_loop
A loop containing the various lists of data to display.

label
A heading label for this category.

name
A javascript friendly name for this category.

items
A loop containing the list if items in this category.

title
The displayable link title for this item.

url
The link URL for this item.

icon
The URL of an icon to associate with this item.

|, lastUpdated => 1146631148, }, '376' => { message => q|Package|, lastUpdated => 1031514049 }, '1083' => { message => q|New Content|, lastUpdated => 1076866510 }, '1082' => { message => q|Clipboard|, lastUpdated => 1076866475 }, '399' => { message => q|Validate this page.|, lastUpdated => 1031514049 }, '12' => { message => q|Turn admin off.|, lastUpdated => 1031514049 }, 'commit my changes' => { message => q|Commit My Changes|, lastUpdated => 0 }, 'macroName' => { message => q|AdminBar|, lastUpdated => 1128837324 }, }; 1;