aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-02 16:10:27 -0800
committerfriendica <info@friendica.com>2013-02-02 16:10:27 -0800
commit09ece497f7211bf65aa026894fec22dd1605a20c (patch)
tree026ce6b9ae14770df74a8264c8acad5ac790fdab /view
parent3eacd7aab37421c40a5647aee9acdbc58615ab4e (diff)
downloadvolse-hubzilla-09ece497f7211bf65aa026894fec22dd1605a20c.tar.gz
volse-hubzilla-09ece497f7211bf65aa026894fec22dd1605a20c.tar.bz2
volse-hubzilla-09ece497f7211bf65aa026894fec22dd1605a20c.zip
more work on settings - move template utils to utils and get rid of mods
Diffstat (limited to 'view')
-rw-r--r--view/tpl/settings.tpl16
-rw-r--r--view/tpl/smarty3/settings.tpl16
2 files changed, 0 insertions, 32 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 48b3cffe7..72a7745df 100644
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -37,14 +37,10 @@ $nickname_block
</div>
-
$profile_in_dir
-$blocktags
-
$suggestme
-
{{inc field_input.tpl with $field=$maxreq }}{{endinc}}
{{inc field_input.tpl with $field=$cntunkmail }}{{endinc}}
@@ -58,7 +54,6 @@ $suggestme
<div id="advanced-expire-popup" style="width:auto;height:auto;overflow:auto;">
<h3>$expire.advanced</h3>
{{ inc field_yesno.tpl with $field=$expire.items }}{{endinc}}
- {{ inc field_yesno.tpl with $field=$expire.notes }}{{endinc}}
{{ inc field_yesno.tpl with $field=$expire.starred }}{{endinc}}
{{ inc field_yesno.tpl with $field=$expire.network_only }}{{endinc}}
</div>
@@ -121,14 +116,3 @@ $group_select
<input type="submit" name="submit" class="settings-submit" value="$submit" />
</div>
-
-<h3 class="settings-heading">$h_advn</h3>
-<div id="settings-pagetype-desc">$h_descadvn</div>
-
-$pagetype
-
-<div class="settings-submit-wrapper" >
-<input type="submit" name="submit" class="settings-submit" value="$submit" />
-</div>
-
-
diff --git a/view/tpl/smarty3/settings.tpl b/view/tpl/smarty3/settings.tpl
index a2710ddb6..316c52d62 100644
--- a/view/tpl/smarty3/settings.tpl
+++ b/view/tpl/smarty3/settings.tpl
@@ -42,14 +42,10 @@
</div>
-
{{$profile_in_dir}}
-{{$blocktags}}
-
{{$suggestme}}
-
{{include file="field_input.tpl" field=$maxreq}}
{{include file="field_input.tpl" field=$cntunkmail}}
@@ -63,7 +59,6 @@
<div id="advanced-expire-popup" style="width:auto;height:auto;overflow:auto;">
<h3>{{$expire.advanced}}</h3>
{{include file="field_yesno.tpl" field=$expire.items}}
- {{include file="field_yesno.tpl" field=$expire.notes}}
{{include file="field_yesno.tpl" field=$expire.starred}}
{{include file="field_yesno.tpl" field=$expire.network_only}}
</div>
@@ -126,14 +121,3 @@
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
</div>
-
-<h3 class="settings-heading">{{$h_advn}}</h3>
-<div id="settings-pagetype-desc">{{$h_descadvn}}</div>
-
-{{$pagetype}}
-
-<div class="settings-submit-wrapper" >
-<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
-</div>
-
-