diff options
Diffstat (limited to 'view/tpl/settings_features.tpl')
-rwxr-xr-x | view/tpl/settings_features.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index a03817f82..3ede4c76d 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> @@ -9,7 +9,7 @@ <h3 class="settings-heading">{{$f.0}}</h3> {{foreach $f.1 as $fcat}} - {{include file="{{$field_yesno}}" field=$fcat}} + {{include file="field_checkbox.tpl" field=$fcat}} {{/foreach}} {{/foreach}} |