diff --git a/view/global.css b/view/global.css index 1588d33939..5c414cb359 100644 --- a/view/global.css +++ b/view/global.css @@ -122,3 +122,7 @@ blockquote.shared_content { color: #000; border: none; } + +.settings-heading { + cursor: pointer; +} \ No newline at end of file diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index 774bc00deb..5797196ebb 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -19,7 +19,7 @@ {{include file="contact_template.tpl"}} {{/foreach}}
-
+
{{foreach $batch_actions as $n=>$l}} {{/foreach}} diff --git a/view/templates/settings-head.tpl b/view/templates/settings-head.tpl index b150c232ce..536ebd2f44 100644 --- a/view/templates/settings-head.tpl +++ b/view/templates/settings-head.tpl @@ -19,6 +19,12 @@ } }).trigger('change'); + + $('.settings-block').hide(); + $('.settings-heading').click(function(){ + $('.settings-block').hide(); + $(this).next('.settings-block').toggle(); + }); }); diff --git a/view/templates/settings.tpl b/view/templates/settings.tpl index 5a964ae7a3..ed92e10110 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}} @@ -18,9 +18,10 @@
- +

{{$h_basic}}

+
{{include file="field_input.tpl" field=$username}} {{include file="field_input.tpl" field=$email}} @@ -33,10 +34,11 @@
+

{{$h_prv}}

- +
@@ -102,10 +104,13 @@
+
+

{{$h_not}}

+
{{$activity_options}}
@@ -133,9 +138,11 @@
+

{{$h_advn}}

+
{{$h_descadvn}}
{{$pagetype}} @@ -143,13 +150,16 @@
+

{{$relocate}}

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

{{$f.0}}

+
{{foreach $f.1 as $fcat}} {{include file="field_yesno.tpl" field=$fcat}} {{/foreach}} -{{/foreach}} -
+
+{{/foreach}} diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 8436b56d51..dba3d8ad11 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -#contats-actions { +#contacts-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 19c5170066..ea54da6b4b 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -#contats-actions { +#contacts-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 9b191dab97..1acbe78135 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] { .contact-photo:hover .contact-select { display: block; } -#contats-actions { +#contacts-actions { clear: both; } .contact-photo { diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 60f70d421a..46eed3d6c0 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -788,7 +788,7 @@ span[id^="showmore-wrap"] { .contact-select { position: absolute; top:64px; left:64px; display:none; } .contact-select:checked, .contact-photo:hover .contact-select { display:block; } -#contats-actions { clear: both; } +#contacts-actions { clear: both; } .contact-photo { width: 48px; height: 48px; img { width: 48px; height: 48px; } diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 44f3b0ee05..a3cc593d36 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -246,6 +246,10 @@ div.pager { float: left; } +#contacts-actions { + clear: both; +} + #contact-edit-drop-link-end { /* clear: both; */ } @@ -2723,4 +2727,3 @@ a.mail-list-link { .mail-conv-delete-icon { border: none; } -