Added a translation managers group so that administrators can sub-divide the internationalization task without giving away admin privileges.

This commit is contained in:
JT Smith 2003-04-16 02:53:39 +00:00
parent 2c69665b0f
commit 92334195a3
3 changed files with 16 additions and 11 deletions

View file

@ -70,7 +70,6 @@ sub process {
%hash = (
WebGUI::URL::page('op=listGroups')=>WebGUI::International::get(5),
WebGUI::URL::page('op=manageSettings')=>WebGUI::International::get(4),
WebGUI::URL::page('op=listLanguages')=>WebGUI::International::get(585),
WebGUI::URL::page('op=listUsers')=>WebGUI::International::get(7),
WebGUI::URL::gateway('trash')=>WebGUI::International::get(10),
WebGUI::URL::page('op=listRoots')=>WebGUI::International::get(410),
@ -110,6 +109,12 @@ sub process {
%hash
);
}
if (WebGUI::Privilege::isInGroup(10)) {
%hash = (
WebGUI::URL::page('op=listLanguages')=>WebGUI::International::get(585),
%hash
);
}
%hash = (
WebGUI::URL::page('op=viewHelpIndex')=>WebGUI::International::get(13),
%hash