aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_display.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-01 21:10:04 -0700
committerzotlabs <mike@macgirvin.com>2017-05-01 21:10:04 -0700
commite332d1074f1b663ec66d37b0f575df2e41d5535c (patch)
tree6309a232348eb70ed4db5fbb7ed898f98c5beee8 /view/tpl/settings_display.tpl
parent42ed73ed4ac55ac62214301097f7d72cbcb37238 (diff)
downloadvolse-hubzilla-e332d1074f1b663ec66d37b0f575df2e41d5535c.tar.gz
volse-hubzilla-e332d1074f1b663ec66d37b0f575df2e41d5535c.tar.bz2
volse-hubzilla-e332d1074f1b663ec66d37b0f575df2e41d5535c.zip
move theme specific files to theme dir
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rwxr-xr-xview/tpl/settings_display.tpl86
1 files changed, 0 insertions, 86 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl
deleted file mode 100755
index d8c1ac7aa..000000000
--- a/view/tpl/settings_display.tpl
+++ /dev/null
@@ -1,86 +0,0 @@
-<div class="generic-content-wrapper">
- <div class="section-title-wrapper">
- <h2>{{$ptitle}}</h2>
- </div>
- <form action="settings/display" id="settings-form" method="post" autocomplete="off" >
- <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
-
- <div class="panel-group" id="settings" role="tablist" aria-multiselectable="true">
- {{if $theme || $mobile_theme}}
- <div class="panel">
- <div class="section-subtitle-wrapper" role="tab" id="theme-settings-title">
- <h3>
- <a data-toggle="collapse" data-parent="#settings" href="#theme-settings-content" aria-expanded="true" aria-controls="theme-settings-content">
- {{$d_tset}}
- </a>
- </h3>
- </div>
- <div id="theme-settings-content" class="collapse show" role="tabpanel" aria-labelledby="theme-settings">
- <div class="section-content-tools-wrapper">
- {{if $theme}}
- {{include file="field_themeselect.tpl" field=$theme}}
- {{/if}}
- {{if $schema}}
- {{include file="field_select.tpl" field=$schema}}
- {{/if}}
- {{if $mobile_theme}}
- {{include file="field_themeselect.tpl" field=$mobile_theme}}
- {{/if}}
- <div class="settings-submit-wrapper" >
- <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
- </div>
- </div>
- </div>
- </div>
- {{/if}}
- <div class="panel">
- <div class="section-subtitle-wrapper" role="tab" id="custom-settings-title">
- <h3>
- <a data-toggle="collapse" data-parent="#settings" href="#custom-settings-content" aria-expanded="true" aria-controls="custom-settings-content">
- {{$d_ctset}}
- </a>
- </h3>
- </div>
- <div id="custom-settings-content" class="collapse{{if !$theme && !$mobile_theme}} in{{/if}}" role="tabpanel" aria-labelledby="custom-settings">
- <div class="section-content-tools-wrapper">
- {{if $theme_config}}
- {{$theme_config}}
- {{/if}}
- </div>
- </div>
- </div>
- <div class="panel">
- <div class="section-subtitle-wrapper" role="tab" id="content-settings-title">
- <h3>
- <a data-toggle="collapse" data-parent="#settings" href="#content-settings-content" aria-expanded="true" aria-controls="content-settings-content">
- {{$d_cset}}
- </a>
- </h3>
- </div>
- <div id="content-settings-content" class="collapse{{if !$theme && !$mobile_theme && !$theme_config}} in{{/if}}" role="tabpanel" aria-labelledby="content-settings">
- <div class="section-content-wrapper">
- {{include file="field_input.tpl" field=$ajaxint}}
- {{include file="field_input.tpl" field=$itemspage}}
- {{include file="field_input.tpl" field=$channel_divmore_height}}
- {{include file="field_input.tpl" field=$network_divmore_height}}
- {{include file="field_checkbox.tpl" field=$nosmile}}
- {{include file="field_checkbox.tpl" field=$title_tosource}}
- {{include file="field_checkbox.tpl" field=$channel_list_mode}}
- {{include file="field_checkbox.tpl" field=$network_list_mode}}
- {{include file="field_checkbox.tpl" field=$user_scalable}}
- {{include file="field_checkbox.tpl" field=$preload_images}}
- {{include file="field_checkbox.tpl" field=$manual_update}}
- {{if $expert}}
- <div class="form-group">
- <a class="btn btn-outline-secondary "href="pdledit">{{$layout_editor}}</a>
- </div>
- {{/if}}
- <div class="settings-submit-wrapper" >
- <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
- </div>
- </div>
- </div>
- </div>
- </div>
- </form>
-</div>