]> 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 e476c07d722978696c5d7efafc5f1872abdfd5b8..06796376b60a5f4d52f2c94de7f1d5cbe1f77f1c 100644 (file)
@@ -1,5 +1,5 @@
        <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>