]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_radio.tpl
Merge pull request #4748 from tobiasd/220180405-de
[friendica.git] / view / templates / field_radio.tpl
index 1d7b56ec6a9675c1e2d061e12319fc8db1b417f7..6b880ed9975097f469cc488cedcd1ef7268eb5cc 100644 (file)
@@ -1,11 +1,5 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-       
        <div class='field radio'>
                <label for='id_{{$field.0}}_{{$field.2}}'>{{$field.1}}</label>
-               <input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2}}" {{if $field.4}}checked="true"{{/if}}>
-               <span class='field_help'>{{$field.3}}</span>
+               <input type="radio" name='{{$field.0}}' id='id_{{$field.0}}_{{$field.2}}' value="{{$field.2|escape:'html'}}" {{if $field.4}}checked{{/if}} aria-describedby={{$field.0}}_{{$field.2}}_tip'>
+               <span class='field_help' role='tooltip' id='{{$field.0}}_{{$field.2}}_tip'>{{$field.3}}</span>
        </div>