]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_richtext.tpl
Merge pull request #7963 from annando/issue-7659-a
[friendica.git] / view / templates / field_richtext.tpl
index 38992f0f83d693caf4a249ed42805fb0b5b10e33..1e1fa15b655c9d96b4c9a069e3f13e625517b868 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 nofilter}}</textarea>
+               {{if $field.3}}
+               <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
+               {{/if}}
        </div>