aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-01 15:22:23 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-01 15:22:23 +0100
commit6e64f9af54c6af4fd93afb4d7d7a1594bfb55913 (patch)
treebacb9aae2f1e17445768c3c86cdda871f2ba9657 /view/tpl/settings.tpl
parent7018aefd6f270e21c5270738fb99a8c2da866495 (diff)
downloadvolse-hubzilla-6e64f9af54c6af4fd93afb4d7d7a1594bfb55913.tar.gz
volse-hubzilla-6e64f9af54c6af4fd93afb4d7d7a1594bfb55913.tar.bz2
volse-hubzilla-6e64f9af54c6af4fd93afb4d7d7a1594bfb55913.zip
first pile of work on settings
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-xview/tpl/settings.tpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 894f0fe83..b41bf87b9 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -1,5 +1,8 @@
-<div class="generic-content-wrapper-styled">
-<h1>{{$ptitle}}</h1>
+<div class="generic-content-wrapper">
+<div class="section-title-wrapper">
+<h2>{{$ptitle}}</h2>
+</div>
+<div class="section-content-wrapper">
{{$nickname_block}}
@@ -78,10 +81,12 @@
<div id="settings-notifications">
<div id="settings-activity-desc">{{$activity_options}}</div>
+<div class="group">
{{*not yet implemented *}}
{{*include file="field_checkbox.tpl" field=$post_joingroup*}}
{{include file="field_checkbox.tpl" field=$post_newfriend}}
{{include file="field_checkbox.tpl" field=$post_profilechange}}
+</div>
<div id="settings-notify-desc">{{$lbl_not}}</div>
@@ -150,3 +155,4 @@
</div>
</div>
+</div>