]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_select_raw.tpl
Replacing quotes around new directory link
[friendica.git] / view / templates / field_select_raw.tpl
index 50e34985f61c79397eddf7fdafa50c909db4ca66..4c826a042749e593ec685a9af94bfa035c7daf16 100644 (file)
@@ -1,13 +1,9 @@
-{{*
- *     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}}'>
+               <select name='{{$field.0}}' id='id_{{$field.0}}' aria-describedby='{{$field.0}}_tip'>
                        {{$field.4}}
                </select>
-               <span class='field_help'>{{$field.3}}</span>
+               <span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span>
        </div>