- Refactored admin bar to be more dynamic.
- Added version tags menu to admin bar.
This commit is contained in:
parent
d86d588e6f
commit
dfd2c8f0fa
8 changed files with 168 additions and 103 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue