continuing to add the tabs system.

This commit is contained in:
JT Smith 2003-02-24 06:36:12 +00:00
parent 1b5fbf8622
commit 1df3108086
5 changed files with 172 additions and 6 deletions

View file

@ -219,14 +219,14 @@ sub www_editPage {
tie %tabs, 'Tie::IxHash';
%tabs = (
properties=>{
name=>WebGUI::International::get(103)
label=>WebGUI::International::get(103)
},
style=>{
name=>WebGUI::International::get(105),
label=>WebGUI::International::get(105),
uiLevel=>5
},
privileges=>{
name=>WebGUI::International::get(107),
label=>WebGUI::International::get(107),
uiLevel=>6
}
);