X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fsettings_display.tpl;h=ef2091035f9cfed2a6ac8dff57d33e6ca1d8ad78;hb=95bb8d38e87d8b09ef37404c4b23c08b6feb9da4;hp=a8826aada147898b7636ed4034b524a79e0b0278;hpb=379c761c3f4708f7ae2c5543fdb619a040d69413;p=friendica.git diff --git a/view/templates/settings_display.tpl b/view/templates/settings_display.tpl index a8826aada1..ef2091035f 100644 --- a/view/templates/settings_display.tpl +++ b/view/templates/settings_display.tpl @@ -1,26 +1,35 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} +

{{$ptitle}}

{{include file="field_themeselect.tpl" field=$theme}} +{{include file="field_input.tpl" field=$itemspage_network}} + +{{* 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}} + +{{include file="field_input.tpl" field=$itemspage_mobile_network}} {{include file="field_input.tpl" field=$ajaxint}} -{{include file="field_input.tpl" field=$itemspage_network}} +{{include file="field_checkbox.tpl" field=$nowarn_insecure}} +{{include file="field_checkbox.tpl" field=$no_auto_update}} {{include file="field_checkbox.tpl" field=$nosmile}} +{{include file="field_checkbox.tpl" field=$noinfo}} +{{include file="field_checkbox.tpl" field=$infinite_scroll}} +{{include file="field_checkbox.tpl" field=$bandwidth_saver}} +

{{$calendar_title}}

+{{include file="field_select.tpl" field=$first_day_of_week}}
- +
{{if $theme_config}} -

Theme settings

+

{{$stitle}}

{{$theme_config}} {{/if}}