fixed page template label problem
This commit is contained in:
parent
d941bbf4fb
commit
3d79a5e0b4
2 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
|||
- Bugfix [ 955501 ] Pagination link in SQL Report contains all
|
||||
form-parameters
|
||||
- Bugfix [ 956221 ] article template
|
||||
- Bugfix [ 952906 ] Terminology in the Layout page
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -428,7 +428,7 @@ sub www_editPage {
|
|||
);
|
||||
$f->getTab("layout")->template(
|
||||
-name=>"styleId",
|
||||
-label=>WebGUI::International::get(912),
|
||||
-label=>WebGUI::International::get(1073),
|
||||
-value=>($page{styleId} || 2),
|
||||
-namespace=>'style',
|
||||
-afterEdit=>'op=editPage&npp='.$session{form}{npp},
|
||||
|
|
@ -451,7 +451,7 @@ sub www_editPage {
|
|||
}
|
||||
$f->getTab("layout")->readOnly(
|
||||
-value=>_selectPositions($page{templateId}),
|
||||
-label=>WebGUI::International::get(356),
|
||||
-label=>WebGUI::International::get(829),
|
||||
-uiLevel=>5
|
||||
);
|
||||
$f->getTab("privileges")->dateTime(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue