2013-04-23 13:47:57 +02:00
|
|
|
<h1>{{$ptitle}}</h1>
|
|
|
|
|
2020-04-02 00:39:40 +02: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 13:47:57 +02:00
|
|
|
|
2020-04-02 00:39:40 +02:00
|
|
|
{{include file="field_themeselect.tpl" field=$theme}}
|
|
|
|
{{include file="field_input.tpl" field=$itemspage_network}}
|
2017-01-07 00:22:22 +01:00
|
|
|
|
2020-04-02 00:39:40 +02: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-07 00:22:22 +01:00
|
|
|
|
2020-04-02 00:39:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$itemspage_mobile_network}}
|
|
|
|
{{include file="field_input.tpl" field=$ajaxint}}
|
2021-09-01 20:29:45 +02:00
|
|
|
{{include file="field_checkbox.tpl" field=$enable_smile}}
|
2020-04-02 00:39:40 +02:00
|
|
|
{{include file="field_checkbox.tpl" field=$infinite_scroll}}
|
2021-09-01 20:29:45 +02:00
|
|
|
{{include file="field_checkbox.tpl" field=$enable_smart_threading}}
|
|
|
|
{{include file="field_checkbox.tpl" field=$enable_dislike}}
|
2020-08-26 14:33:17 +02:00
|
|
|
{{include file="field_checkbox.tpl" field=$display_resharer}}
|
2020-09-30 19:30:26 +02:00
|
|
|
{{include file="field_checkbox.tpl" field=$stay_local}}
|
2023-11-15 22:55:54 +01:00
|
|
|
{{include file="field_checkbox.tpl" field=$show_page_drop}}
|
2023-11-25 15:57:24 +01:00
|
|
|
{{include file="field_checkbox.tpl" field=$display_eventlist}}
|
2022-12-07 08:02:04 +01:00
|
|
|
{{include file="field_select.tpl" field=$preview_mode}}
|
2020-02-20 04:19:20 +01:00
|
|
|
|
2023-09-09 19:38:09 +02:00
|
|
|
<h2>{{$timeline_title}}</h2>
|
2023-09-22 01:27:05 +02: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 19:38:09 +02:00
|
|
|
|
2023-09-03 14:54:25 +02:00
|
|
|
<h2>{{$channel_title}}</h2>
|
|
|
|
{{include file="field_select.tpl" field=$channel_languages}}
|
|
|
|
|
2020-04-02 00:39:40 +02:00
|
|
|
<h2>{{$calendar_title}}</h2>
|
|
|
|
{{include file="field_select.tpl" field=$first_day_of_week}}
|
2022-12-17 08:13:33 +01:00
|
|
|
{{include file="field_select.tpl" field=$calendar_default_view}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2020-04-02 00:39:40 +02:00
|
|
|
<div class="settings-submit-wrapper">
|
|
|
|
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}"/>
|
|
|
|
</div>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2020-04-02 00:39:40 +02:00
|
|
|
{{if $theme_config}}
|
|
|
|
<h2>{{$stitle}}</h2>
|
|
|
|
{{$theme_config nofilter}}
|
|
|
|
{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
</form>
|