diff --git a/view/templates/settings-head.tpl b/view/templates/settings-head.tpl index 536ebd2f44..a5558ddce7 100644 --- a/view/templates/settings-head.tpl +++ b/view/templates/settings-head.tpl @@ -20,10 +20,10 @@ }).trigger('change'); - $('.settings-block').hide(); + $('.settings-content-block').hide(); $('.settings-heading').click(function(){ - $('.settings-block').hide(); - $(this).next('.settings-block').toggle(); + $('.settings-content-block').hide(); + $(this).next('.settings-content-block').toggle(); }); }); diff --git a/view/templates/settings.tpl b/view/templates/settings.tpl index ed92e10110..adf4400022 100644 --- a/view/templates/settings.tpl +++ b/view/templates/settings.tpl @@ -6,7 +6,7 @@

{{$h_pass}}

-
+
{{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} {{include file="field_password.tpl" field=$password3}} @@ -21,7 +21,7 @@

{{$h_basic}}

-
+
{{include file="field_input.tpl" field=$username}} {{include file="field_input.tpl" field=$email}} @@ -38,7 +38,7 @@

{{$h_prv}}

-
+
@@ -110,7 +110,7 @@

{{$h_not}}

-
+
{{$activity_options}}
@@ -142,7 +142,7 @@

{{$h_advn}}

-
+
{{$h_descadvn}}
{{$pagetype}} @@ -153,7 +153,7 @@

{{$relocate}}

-
+
{{$relocate_text}}
diff --git a/view/templates/settings_features.tpl b/view/templates/settings_features.tpl index 6218dfbd4f..261dfa9de7 100644 --- a/view/templates/settings_features.tpl +++ b/view/templates/settings_features.tpl @@ -7,7 +7,7 @@ {{foreach $features as $f}}

{{$f.0}}

-
+
{{foreach $f.1 as $fcat}} {{include file="field_yesno.tpl" field=$fcat}} diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index eb5bcec221..b49ba52a24 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -30,7 +30,6 @@ else if ($style == "plus") $a->page['htmlhead'] .= ''."\n"; $a->page['htmlhead'] .= <<< EOT -