added the majority of clipboard, trash, asset history, and purge functions

This commit is contained in:
JT Smith 2004-12-30 21:53:05 +00:00
parent 117fcaee52
commit 8c77e3dfb7
6 changed files with 216 additions and 113 deletions

View file

@ -29,9 +29,11 @@ sub addSubmenuItem {
my $self = shift;
my $url = shift;
my $label = shift;
my $extras = shift;
push (@{$self->{_submenuItem}}, {
url=>$url,
label=>$label
label=>$label,
extras=>$extras
});
}
@ -71,8 +73,8 @@ sub getAdminFunction {
namespace=>"WebGUI"
},
icon=>"clipboard.gif",
op=>"manageClipboard",
group=>"4"
func=>"manageClipboard",
group=>"12"
},
"trash"=>{
title=>{
@ -80,8 +82,8 @@ sub getAdminFunction {
namespace=>"WebGUI"
},
icon=>"trash.gif",
op=>"manageTrash",
group=>"3"
func=>"manageTrash",
group=>"4"
},
"databases"=>{
title=>{