add asset history back to config file

This commit is contained in:
Graham Knop 2009-03-19 22:45:19 +00:00
parent 49c4233bab
commit 1653d35e1e

View file

@ -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",