diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-05 18:06:25 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-05 18:06:25 -0800 |
commit | cadd958339323f5fcf4c2b438f7a5e311e477d52 (patch) | |
tree | 9c1d4c94d68bc5aa193a4c6cc163c6874f6f6ab1 /view/tpl/settings_display.tpl | |
parent | b06c52553d1fee69062b533a46b80190d9b4b350 (diff) | |
download | volse-hubzilla-cadd958339323f5fcf4c2b438f7a5e311e477d52.tar.gz volse-hubzilla-cadd958339323f5fcf4c2b438f7a5e311e477d52.tar.bz2 volse-hubzilla-cadd958339323f5fcf4c2b438f7a5e311e477d52.zip |
remove mobile_detect (outdated and unmaintainable)
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rwxr-xr-x | view/tpl/settings_display.tpl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index d1e6e0609..b0751eb5f 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -6,7 +6,7 @@ <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}} + {{if $theme}} <div class="panel"> <div class="section-subtitle-wrapper" role="tab" id="theme-settings-title"> <h3> @@ -23,9 +23,6 @@ {{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> @@ -41,7 +38,7 @@ </a> </h3> </div> - <div id="custom-settings-content" class="collapse{{if !$theme && !$mobile_theme}} in{{/if}}" role="tabpanel" aria-labelledby="custom-settings"> + <div id="custom-settings-content" class="collapse{{if !$theme}} in{{/if}}" role="tabpanel" aria-labelledby="custom-settings"> <div class="section-content-tools-wrapper"> {{if $theme_config}} {{$theme_config}} @@ -57,7 +54,7 @@ </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 id="content-settings-content" class="collapse{{if !$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}} |