*** empty log message ***
This commit is contained in:
parent
97d254ea98
commit
a3d4bfb5f4
1 changed files with 6 additions and 6 deletions
|
|
@ -148,6 +148,12 @@ sub www_editNavigation {
|
||||||
|
|
||||||
# The documented interface of HTMLForm::combo didn't work. However the old functional interface does...
|
# The documented interface of HTMLForm::combo didn't work. However the old functional interface does...
|
||||||
$f->getTab("properties")->combo("startAt",$levels,WebGUI::International::get(25,'Navigation'),[$startAt]);
|
$f->getTab("properties")->combo("startAt",$levels,WebGUI::International::get(25,'Navigation'),[$startAt]);
|
||||||
|
$f->getTab("properties")->selectList(
|
||||||
|
-name=>'method',
|
||||||
|
-label=>WebGUI::International::get(28,'Navigation'),
|
||||||
|
-options=>WebGUI::Navigation::getMethodNames(),
|
||||||
|
-value=>[$session{form}{method} || $config->{method}]
|
||||||
|
);
|
||||||
tie my %stopAtLevels, 'Tie::IxHash';
|
tie my %stopAtLevels, 'Tie::IxHash';
|
||||||
%stopAtLevels = ( '-1' => 'no limit',
|
%stopAtLevels = ( '-1' => 'no limit',
|
||||||
'0' => '0. '.WebGUI::International::get(1,'Navigation'),
|
'0' => '0. '.WebGUI::International::get(1,'Navigation'),
|
||||||
|
|
@ -186,12 +192,6 @@ sub www_editNavigation {
|
||||||
-options=>\%depths,
|
-options=>\%depths,
|
||||||
-value=>[$session{form}{depth} || $config->{depth}]
|
-value=>[$session{form}{depth} || $config->{depth}]
|
||||||
);
|
);
|
||||||
$f->getTab("properties")->selectList(
|
|
||||||
-name=>'method',
|
|
||||||
-label=>WebGUI::International::get(28,'Navigation'),
|
|
||||||
-options=>WebGUI::Navigation::getMethodNames(),
|
|
||||||
-value=>[$session{form}{method} || $config->{method}]
|
|
||||||
);
|
|
||||||
$f->getTab("properties")->yesNo(
|
$f->getTab("properties")->yesNo(
|
||||||
-name=>'showSystemPages',
|
-name=>'showSystemPages',
|
||||||
-label=>WebGUI::International::get(30,'Navigation'),
|
-label=>WebGUI::International::get(30,'Navigation'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue