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:

packages.label
The internationalized label for adding packages.

packages.canAdd
A boolean indicating whether the current user can add packages.

addContent.label
The internationalized label for adding content.

contenttypes_loop
The loop containing different types of content to add

contenttype.label
The internationalized label for this content type.

contenttype.url
The URL for adding an instance of this content type.

addpage.label
The internationalized label for adding a page.

addpage.url
The URL for adding a page.

clipboard.label
The internationalized label for the clipboard.

clipboard_loop
The loop containing a list of items in the clipboard.

clipboard.label
The label for this item in the clipboard.

clipboard.url
The URL for pasting this clipboard item onto the current page.

admin.label
The internationalized label for administrative functions.

admin_loop
The loop containing a list of administrative functions, such as turning off admin mode or validating the current page.

admin.label
The label for this item in the clipboard.

admin.url
The URL for executing this admin function.

The .adminBar style sheet class is tied to the default template for this macro. |, lastUpdated => 1112583521, }, '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 }, 'macroName' => { message => q|AdminBar|, lastUpdated => 1128837324 }, }; 1;