From 5564b47dbc640b30a8090a6138f0c2f841accbe9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 28 Mar 2017 23:44:50 +0200 Subject: minor bs4 fixes --- view/theme/redbasic/js/redbasic.js | 2 +- view/tpl/settings.tpl | 14 +++++++------- view/tpl/settings_display.tpl | 6 +++--- view/tpl/settings_features.tpl | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 4d9a1d6cc..fb048518e 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -3,7 +3,7 @@ */ $(document).ready(function() { - //this is a hotfix to make collapsible bs panels work again. this needs fixing in templates. + //this is a hotfix to make collapsible bs panels work again. this needs fixing in bootstrap. $('a').on('click', function(e) { if($(this).data('toggle') == 'collapse') { e.preventDefault(); diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 37bd70196..dd5fecb43 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -11,12 +11,12 @@
-
+
{{include file="field_input.tpl" field=$username}} {{include file="field_select_grouped.tpl" field=$timezone}} @@ -37,12 +37,12 @@
-
+
{{if $server_role != 'basic'}} {{include file="field_select_grouped.tpl" field=$role}} @@ -100,12 +100,12 @@
-
+

{{$activity_options}}

@@ -162,7 +162,7 @@
-
+
{{if $menus}}
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 @@
-
+
{{if $theme}} {{include file="field_themeselect.tpl" field=$theme}} @@ -41,7 +41,7 @@
-
+
{{if $theme_config}} {{$theme_config}} @@ -57,7 +57,7 @@
-
+
{{include file="field_input.tpl" field=$ajaxint}} {{include file="field_input.tpl" field=$itemspage}} diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index 75eb34fb9..dfe049a7a 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -14,7 +14,7 @@
-
+
{{foreach $f.1 as $fcat}} {{include file="field_checkbox.tpl" field=$fcat}} -- cgit v1.2.3