a few things i forgot when getting rid of old commerce stuff

This commit is contained in:
JT Smith 2008-05-27 20:56:34 +00:00
parent 39c95cb25b
commit defad00f41
8 changed files with 9 additions and 21 deletions

View file

@ -392,32 +392,14 @@ sub getAdminFunction {
op => "viewActiveSessions",
class => 'WebGUI::Operation::ActiveSessions',
},
"commerce" => {
"shop" => {
title => {
id => "shop",
namespace => "Shop",
},
icon => "commerce.gif",
icon => "shop.gif",
url => $self->session->url->page("shop=admin"),
group => "3",
},
"subscriptions" => {
title => {
id => "manage subscriptions",
namespace => "Subscription",
},
icon => "subscriptions.gif",
op => "listSubscriptions",
class => 'WebGUI::Operation::Subscription',
},
"productManager" => {
title => {
id => "manage products",
namespace => "ProductManager",
},
icon => "productManager.gif",
op => "listProducts",
class => 'WebGUI::Operation::ProductManager',
group => $session->setting->get('groupIdAdminCommerce'),
},
"cache" => {
title => {