diff options
Diffstat (limited to 'view/tpl/smarty3')
-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> - - |