- Rebuilt AdminBar. Now renders faster, and has categories in the new content

menu.
 - Reconfigured asset configuration file properties
This commit is contained in:
JT Smith 2008-09-28 19:50:31 +00:00
parent aaa1e0ab0e
commit 564fea1583
9 changed files with 904 additions and 417 deletions

View file

@ -1,26 +0,0 @@
package WebGUI::Help::Macro_AdminBar;
use strict;
our $HELP = {
'admin bar' => {
title => 'admin bar title',
body => '',
fields => [],
variables => [
{ 'name' => 'adminbar_loop',
'variables' => [
{ 'name' => 'label' },
{ 'name' => 'name' },
{ 'name' => 'items',
'variables' => [ { 'name' => 'title' }, { 'name' => 'url' }, { 'name' => 'icon' } ]
}
]
}
],
related => []
},
};
1;