]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_richtext.tpl
One more notice (#5429)
[friendica.git] / view / templates / field_richtext.tpl
index 38992f0f83d693caf4a249ed42805fb0b5b10e33..bc346ddb0b86d3671d2da984c007392acc3da162 100644 (file)
@@ -1,11 +1,9 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
        
        <div class='field richtext'>
                <label for='id_{{$field.0}}'>{{$field.1}}</label>
-               <textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext">{{$field.2}}</textarea>
-               <span class='field_help'>{{$field.3}}</span>
+               <textarea name='{{$field.0}}' id='id_{{$field.0}}' class="fieldRichtext" aria-describedby='{{$field.0}}_tip'>{{$field.2}}</textarea>
+               {{if $field.3}}
+               <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3}}</span>
+               {{/if}}
        </div>