]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_select_raw.tpl
Remove include/ requires that are now done directly from Composer
[friendica.git] / view / templates / field_select_raw.tpl
index 50e34985f61c79397eddf7fdafa50c909db4ca66..1f4630e995eb0825b4becbd340a5b1c08c1df76e 100644 (file)
@@ -1,13 +1,11 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
        
        <div class='field select'>
                <label for='id_{{$field.0}}'>{{$field.1}}</label>
-               <select name='{{$field.0}}' id='id_{{$field.0}}'>
-                       {{$field.4}}
+               <select name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip'>
+                       {{$field.4 nofilter}}
                </select>
-               <span class='field_help'>{{$field.3}}</span>
+               {{if $field.3}}
+               <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
+               {{/if}}
        </div>