diff options
author | Mario <mario@mariovavti.com> | 2021-08-04 12:36:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-04 12:36:20 +0000 |
commit | 5b72f6f09d1964223797b700cbcdbe664f6e24c6 (patch) | |
tree | 3c20d651b0cdab46e8b03b60741420e70413ca22 /view/tpl/field_intcheckbox.tpl | |
parent | ee1cec8de2272ae554b12900598971db49b26d96 (diff) | |
download | volse-hubzilla-5b72f6f09d1964223797b700cbcdbe664f6e24c6.tar.gz volse-hubzilla-5b72f6f09d1964223797b700cbcdbe664f6e24c6.tar.bz2 volse-hubzilla-5b72f6f09d1964223797b700cbcdbe664f6e24c6.zip |
fix another bs5 regression
Diffstat (limited to 'view/tpl/field_intcheckbox.tpl')
-rw-r--r-- | view/tpl/field_intcheckbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_intcheckbox.tpl b/view/tpl/field_intcheckbox.tpl index 6d6b5edc7..7b7b6de8a 100644 --- a/view/tpl/field_intcheckbox.tpl +++ b/view/tpl/field_intcheckbox.tpl @@ -1,4 +1,4 @@ - <div class="clearfix mb-3 checkbox"> + <div id="{{$field.0}}_container" class="clearfix onoffswitch mb-3 checkbox"> <label for="id_{{$field.0}}">{{$field.1}}</label> <div class="float-end"><input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3}}" {{if $field.2}}checked="checked"{{/if}}><label class="switchlabel" for="id_{{$field.0}}"> <span class="onoffswitch-inner" data-on="{{if $field.5}}{{$field.5.1}}{{/if}}" data-off="{{if $field.5}}{{$field.5.0}}{{/if}}"></span><span class="onoffswitch-switch"></span> </label></div> <small class="form-text text-muted">{{$field.4}}</small> |