diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-28 23:44:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-28 23:44:50 +0200 |
commit | 5564b47dbc640b30a8090a6138f0c2f841accbe9 (patch) | |
tree | 6033b4bc931163ecc62c46953a77e8de187a6ce0 /view/tpl/settings_display.tpl | |
parent | 28ad60f892f1cdebe704e4bc1aa964d3366f4dcf (diff) | |
download | volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.tar.gz volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.tar.bz2 volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.zip |
minor bs4 fixes
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rwxr-xr-x | view/tpl/settings_display.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 64a3a5778..d8c1ac7aa 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -15,7 +15,7 @@ </a> </h3> </div> - <div id="theme-settings-content" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="theme-settings"> + <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}} @@ -41,7 +41,7 @@ </a> </h3> </div> - <div id="custom-settings-content" class="panel-collapse collapse{{if !$theme && !$mobile_theme}} in{{/if}}" role="tabpanel" aria-labelledby="custom-settings"> + <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}} @@ -57,7 +57,7 @@ </a> </h3> </div> - <div id="content-settings-content" class="panel-collapse collapse{{if !$theme && !$mobile_theme && !$theme_config}} in{{/if}}" role="tabpanel" aria-labelledby="content-settings"> + <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}} |