diff options
author | friendica <info@friendica.com> | 2013-02-02 16:10:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-02 16:10:27 -0800 |
commit | 09ece497f7211bf65aa026894fec22dd1605a20c (patch) | |
tree | 026ce6b9ae14770df74a8264c8acad5ac790fdab /view/tpl/smarty3/settings.tpl | |
parent | 3eacd7aab37421c40a5647aee9acdbc58615ab4e (diff) | |
download | volse-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/tpl/smarty3/settings.tpl')
-rw-r--r-- | view/tpl/smarty3/settings.tpl | 16 |
1 files changed, 0 insertions, 16 deletions
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> - - |