Sorted templates into folders named after their respective namespaces

- & re-enabled the manage button next to the template dropdown [mwilson]
This commit is contained in:
Matthew Wilson 2005-03-17 22:31:37 +00:00
parent f302fe2d63
commit bee9eec318
3 changed files with 13 additions and 1 deletions

View file

@ -334,6 +334,16 @@ sub www_edit {
return $self->getAdminConsole->render($self->getEditForm->print,WebGUI::International::get('edit template', 'Template'));
}
#-------------------------------------------------------------------
sub www_manage {
my $self = shift;
#takes the user to the folder containing this template.
return $self->getParent->www_manageAssets;
}
#-------------------------------------------------------------------
sub www_view {
my $self = shift;