removed doc type dec since it can be specified in style now
This commit is contained in:
parent
910f8d7693
commit
e6b52775dd
2 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,5 @@ delete from international where internationalId=151 and namespace='WebGUI';
|
|||
delete from international where internationalId=501 and namespace='WebGUI';
|
||||
delete from international where internationalId=154 and namespace='WebGUI';
|
||||
delete from international where internationalId=157 and namespace='WebGUI';
|
||||
delete from international where internationalId=398 and namespace='WebGUI';
|
||||
delete from style where name='Reserved';
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ sub www_editContentSettings {
|
|||
$f->hidden("op","saveSettings");
|
||||
$f->select("defaultPage",$pages,WebGUI::International::get(527),[$session{setting}{defaultPage}]);
|
||||
$f->select("notFoundPage",$pages,WebGUI::International::get(141),[$session{setting}{notFoundPage}]);
|
||||
$f->text("docTypeDec",WebGUI::International::get(398),$session{setting}{docTypeDec});
|
||||
$f->text(
|
||||
-name=>"favicon",
|
||||
-label=>WebGUI::International::get(897),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue