- Refactored admin bar to be more dynamic.

- Added version tags menu to admin bar.
This commit is contained in:
JT Smith 2006-03-02 20:39:04 +00:00
parent d86d588e6f
commit dfd2c8f0fa
8 changed files with 168 additions and 103 deletions

View file

@ -147,6 +147,12 @@ sub getEditForm {
-hoverHelp=>$i18n->get('template description'),
-value=>$self->getValue("template")
);
$tabform->getTab("properties")->codearea(
-name=>"headBlock",
-label=>$i18n->get('head block'),
-hoverHelp=>$i18n->get('head block description'),
-value=>$self->getValue("headBlock")
);
if($self->session->config->get("templateParsers")){
my @temparray = @{$self->session->config->get("templateParsers")};
tie my %parsers, 'Tie::IxHash';