From 1653d35e1e6cfd939c8c982f0b46878018fddb86 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 19 Mar 2009 22:45:19 +0000 Subject: [PATCH] add asset history back to config file --- etc/WebGUI.conf.original | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 8d553f304..47690798c 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -331,6 +331,13 @@ "url" : "^PageUrl(\"\",op=assetManager);", "title" : "^International(assets,Asset);" }, + "assetHistory" : { + "icon" : "assetHistory.gif", + "groupSetting" : "groupIdAdminHistory", + "uiLevel" : 5, + "url" : "^PageUrl(\"\",op=assetHistory);", + "title" : "^International(assetHistory,Asset);" + }, "graphics" : { "icon" : "graphics.gif", "uiLevel" : 5, @@ -895,6 +902,7 @@ "WebGUI::Content::AssetDiscovery", "WebGUI::Content::AjaxI18N", "WebGUI::Content::Account", + "WebGUI::Content::AssetHistory", "WebGUI::Content::Operation", "WebGUI::Content::Setup", "WebGUI::Content::Shop",