continuing to add the tabs system.
This commit is contained in:
parent
1b5fbf8622
commit
1df3108086
5 changed files with 172 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue