]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_richtext.tpl
Merge pull request #4748 from tobiasd/220180405-de
[friendica.git] / view / templates / field_richtext.tpl
index 38992f0f83d693caf4a249ed42805fb0b5b10e33..67553bb95a2bca3460d02767c7dd4bf4aefc0342 100644 (file)
@@ -1,11 +1,7 @@
-{{*
- *     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>
+               <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span>
        </div>