fixing navigation bugs
This commit is contained in:
parent
ad681cad1e
commit
67235280ac
2 changed files with 6 additions and 6 deletions
|
|
@ -799,14 +799,14 @@ $replace{'s'} = {
|
|||
};
|
||||
$replace{'TopDropMenu'} = {
|
||||
'columns'=>{
|
||||
identifier=>'TopDropMenu', depth=>0, method=>'self_and_sisters', startAt=>'top', stopAtLevel=>'-1',
|
||||
identifier=>'TopDropMenu', depth=>0, method=>'descendants', startAt=>'WebGUIroot', stopAtLevel=>'-1',
|
||||
templateId=>'4', showSystemPages=>0, showHiddenPages=>0, showUnprivilegedPages=>0, reverse=>0, seperator=>''
|
||||
},
|
||||
'parameter'=>[ ]
|
||||
};
|
||||
$replace{'T'} = {
|
||||
'columns'=>{
|
||||
identifier=>'TopLevelMenuVertical', depth=>0, method=>'self_and_sisters', startAt=>'top', stopAtLevel=>'-1',
|
||||
identifier=>'TopLevelMenuVertical', depth=>0, method=>'descendants', startAt=>'WebGUIroot', stopAtLevel=>'-1',
|
||||
templateId=>'1', showSystemPages=>0, showHiddenPages=>0, showUnprivilegedPages=>0, reverse=>0, seperator=>''
|
||||
},
|
||||
'parameter'=>[ "depth" ]
|
||||
|
|
@ -820,7 +820,7 @@ $replace{'Synopsis'} = {
|
|||
};
|
||||
$replace{'t'} = {
|
||||
'columns'=>{
|
||||
identifier=>'TopLevelMenuHorizontal', depth=>0, method=>'self_and_sisters', startAt=>'top', stopAtLevel=>'-1',
|
||||
identifier=>'TopLevelMenuHorizontal', depth=>0, method=>'WebGUIroot', startAt=>'WebGUIroot', stopAtLevel=>'-1',
|
||||
templateId=>'3', showSystemPages=>0, showHiddenPages=>0, showUnprivilegedPages=>0, reverse=>0, seperator=>'·'
|
||||
},
|
||||
'parameter'=>[ "seperator" ],
|
||||
|
|
|
|||
|
|
@ -466,10 +466,10 @@ INSERT INTO Navigation VALUES (8,'rootmenu',1,'daughters','root',-1,3,0,0,0,0);
|
|||
INSERT INTO Navigation VALUES (9,'SpecificDropMenu',3,'descendants','home',-1,4,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (10,'SpecificSubMenuVertical',3,'descendants','home',-1,1,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (11,'SpecificSubMenuHorizontal',1,'descendants','home',-1,3,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (12,'TopLevelMenuVertical',0,'self_and_sisters','top',-1,1,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (13,'TopLevelMenuHorizontal',0,'self_and_sisters','top',-1,3,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (12,'TopLevelMenuVertical',0,'descendants','WebGUIroot',-1,1,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (13,'TopLevelMenuHorizontal',0,'descendants','WebGUIroot',-1,3,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (14,'RootTab',99,'daughters','root',-1,5,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (15,'TopDropMenu',0,'self_and_sisters','top',-1,4,0,0,0,0);
|
||||
INSERT INTO Navigation VALUES (15,'TopDropMenu',0,'decendants','WebGUIroot',-1,4,0,0,0,0);
|
||||
INSERT INTO international VALUES (2,'Navigation',1,'root level (/home)',1077078325,'Option of \"Base page\"');
|
||||
INSERT INTO international VALUES (19,'Navigation',1,'Copy this Navigation.',1077080062,'');
|
||||
INSERT INTO international VALUES (13,'Navigation',1,'childless descendants',1077079109,'Option on question \"return a loop with\".');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue