2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<h1>{{$ptitle}}</h1>
|
|
|
|
|
|
|
|
<form action="settings/display" id="settings-form" method="post" autocomplete="off" >
|
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
|
|
|
|
{{include file="field_themeselect.tpl" field=$theme}}
|
2013-04-23 21:58:52 -04:00
|
|
|
{{include file="field_input.tpl" field=$itemspage_network}}
|
2017-01-06 18:22:22 -05:00
|
|
|
|
|
|
|
{{* Show the mobile theme selection only if mobile themes are available *}}
|
|
|
|
{{if count($mobile_theme.4) > 1}}
|
2013-04-23 07:47:57 -04:00
|
|
|
{{include file="field_themeselect.tpl" field=$mobile_theme}}
|
2017-01-06 18:22:22 -05:00
|
|
|
{{/if}}
|
|
|
|
|
2013-04-23 21:58:52 -04:00
|
|
|
{{include file="field_input.tpl" field=$itemspage_mobile_network}}
|
2013-04-23 07:47:57 -04:00
|
|
|
{{include file="field_input.tpl" field=$ajaxint}}
|
2014-08-01 14:11:56 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$no_auto_update}}
|
2013-04-23 07:47:57 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$nosmile}}
|
2013-10-14 18:43:11 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$infinite_scroll}}
|
2019-12-04 15:21:20 -05:00
|
|
|
{{include file="field_checkbox.tpl" field=$no_smart_threading}}
|
2020-02-19 22:19:20 -05:00
|
|
|
{{include file="field_checkbox.tpl" field=$hide_dislike}}
|
|
|
|
|
2018-12-13 22:28:12 -05:00
|
|
|
<h2>{{$calendar_title}}</h2>
|
2015-09-30 13:18:13 -04:00
|
|
|
{{include file="field_select.tpl" field=$first_day_of_week}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<div class="settings-submit-wrapper" >
|
2018-12-13 22:28:12 -05:00
|
|
|
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{if $theme_config}}
|
2015-06-30 08:51:14 -04:00
|
|
|
<h2>{{$stitle}}</h2>
|
2018-12-13 22:35:51 -05:00
|
|
|
{{$theme_config nofilter}}
|
2013-04-23 07:47:57 -04:00
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
</form>
|