diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-31 17:27:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-31 17:27:18 -0700 |
commit | 7256579c168fbda8e8d5fc8a0e9de179fa27534c (patch) | |
tree | 3407ff4714bfa5bc11cabb7e213f4cbe311840d2 /view/tpl/field_yesno.tpl | |
parent | ecf30b2c71eb358e05a9a5b844aee79d45fd710b (diff) | |
parent | 95f4f14dca1ea982f67cccb31d860f7b8ed9055c (diff) | |
download | volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.tar.gz volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.tar.bz2 volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/field_yesno.tpl')
-rwxr-xr-x | view/tpl/field_yesno.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/field_yesno.tpl b/view/tpl/field_yesno.tpl index f5a909833..8a4cda55b 100755 --- a/view/tpl/field_yesno.tpl +++ b/view/tpl/field_yesno.tpl @@ -1,4 +1,4 @@ - <div class='field yesno'> + <div class='clearfix form-group'> <label class="mainlabel" for='id_{{$field.0}}'>{{$field.1}}</label> <div class='onoff' id="id_{{$field.0}}_onoff"> <input type="hidden" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"> @@ -9,5 +9,5 @@ {{if $field.4}}{{$field.4.1}}{{else}}ON{{/if}} </a> </div> - <span class='field_help'>{{$field.3}}</span> + <small class='form-text text-muted'>{{$field.3}}</small> </div> |