Lines 80-86
Link Here
|
80 |
</select> |
80 |
</select> |
81 |
</li> |
81 |
</li> |
82 |
[% END %] |
82 |
[% END %] |
83 |
<li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" /></li> |
83 |
<li> |
|
|
84 |
<label for="rcomment">Comment:</label> |
85 |
<input type="text" id="rcomment" list="rcomments" name="comment" /> |
86 |
<datalist id="rcomments"> |
87 |
[% FOREACH rcomment IN AuthorisedValues.Get( 'R_COMMENTS' ) %] |
88 |
<option value="[% rcomment.lib | html %]">[% rcomment.lib | html %]</option> |
89 |
[% END %] |
90 |
</datalist> |
91 |
<input type="submit" /> |
92 |
</li> |
84 |
<li> |
93 |
<li> |
85 |
<label for="rexpiration">Expiration:</label> |
94 |
<label for="rexpiration">Expiration:</label> |
86 |
<input name="expiration" id="rexpiration" size="20" value="" class="flatpickr" data-flatpickr-futuredate="true" type="text" /> |
95 |
<input name="expiration" id="rexpiration" size="20" value="" class="flatpickr" data-flatpickr-futuredate="true" type="text" /> |