]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_checkbox.tpl
Merge remote-tracking branch 'upstream/develop' into 1610-performance
[friendica.git] / view / templates / field_checkbox.tpl
index 694bce6b573f3ddc78d13ed593d1dcc454090d96..06796376b60a5f4d52f2c94de7f1d5cbe1f77f1c 100644 (file)
@@ -1,11 +1,5 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-       
        <div class='field checkbox' id='div_id_{{$field.0}}'>
                <label for='id_{{$field.0}}'>{{$field.1}}</label>
-               <input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}}>
-               <span class='field_help'>{{$field.3}}</span>
+               <input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip' value="1" {{if $field.2}}checked="checked"{{/if}}>
+               <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span>
        </div>