2013-04-23 07:47:57 -04:00
|
|
|
<h1>{{$ptitle}}</h1>
|
|
|
|
|
2020-04-01 18:39:40 -04:00
|
|
|
<form action="settings/display" id="settings-form" method="post" autocomplete="off">
|
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2020-04-01 18:39:40 -04:00
|
|
|
{{include file="field_themeselect.tpl" field=$theme}}
|
|
|
|
{{include file="field_input.tpl" field=$itemspage_network}}
|
2017-01-06 18:22:22 -05:00
|
|
|
|
2020-04-01 18:39:40 -04:00
|
|
|
{{* Show the mobile theme selection only if mobile themes are available *}}
|
|
|
|
{{if count($mobile_theme.4) > 1}}
|
|
|
|
{{include file="field_themeselect.tpl" field=$mobile_theme}}
|
|
|
|
{{/if}}
|
2017-01-06 18:22:22 -05:00
|
|
|
|
2020-04-01 18:39:40 -04:00
|
|
|
{{include file="field_input.tpl" field=$itemspage_mobile_network}}
|
|
|
|
{{include file="field_input.tpl" field=$ajaxint}}
|
2021-09-01 14:29:45 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$enable_smile}}
|
2020-04-01 18:39:40 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$infinite_scroll}}
|
2021-09-01 14:29:45 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$enable_smart_threading}}
|
|
|
|
{{include file="field_checkbox.tpl" field=$enable_dislike}}
|
2020-08-26 08:33:17 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$display_resharer}}
|
2020-09-30 13:30:26 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$stay_local}}
|
2023-11-15 16:55:54 -05:00
|
|
|
{{include file="field_checkbox.tpl" field=$show_page_drop}}
|
2022-12-07 02:02:04 -05:00
|
|
|
{{include file="field_select.tpl" field=$preview_mode}}
|
2020-02-19 22:19:20 -05:00
|
|
|
|
2023-09-09 13:38:09 -04:00
|
|
|
<h2>{{$timeline_title}}</h2>
|
2023-09-21 19:27:05 -04:00
|
|
|
{{$timeline_explanation}}
|
|
|
|
<table class="table table-condensed table-striped table-bordered">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>{{$timeline_label}}</th>
|
|
|
|
<th>{{$timeline_descriptiom}}</th>
|
|
|
|
<th>{{$timeline_enable}}</th>
|
|
|
|
<th>{{$timeline_bookmark}}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{{foreach $timelines as $t}}
|
|
|
|
<tr>
|
|
|
|
<td>{{$t.label}}</td>
|
|
|
|
<td>{{$t.description}}</td>
|
|
|
|
<td>{{include file="field_checkbox.tpl" field=$t.enable}}</td>
|
|
|
|
<td>{{include file="field_checkbox.tpl" field=$t.bookmark}}</td>
|
|
|
|
</tr>
|
|
|
|
{{/foreach}}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2023-09-09 13:38:09 -04:00
|
|
|
|
2023-09-03 08:54:25 -04:00
|
|
|
<h2>{{$channel_title}}</h2>
|
|
|
|
{{include file="field_select.tpl" field=$channel_languages}}
|
|
|
|
|
2020-04-01 18:39:40 -04:00
|
|
|
<h2>{{$calendar_title}}</h2>
|
|
|
|
{{include file="field_select.tpl" field=$first_day_of_week}}
|
2022-12-17 02:13:33 -05:00
|
|
|
{{include file="field_select.tpl" field=$calendar_default_view}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2020-04-01 18:39:40 -04:00
|
|
|
<div class="settings-submit-wrapper">
|
|
|
|
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}"/>
|
|
|
|
</div>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2020-04-01 18:39:40 -04:00
|
|
|
{{if $theme_config}}
|
|
|
|
<h2>{{$stitle}}</h2>
|
|
|
|
{{$theme_config nofilter}}
|
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
</form>
|