Lines 82-94
Link Here
|
82 |
[% END %] |
82 |
[% END %] |
83 |
<li> |
83 |
<li> |
84 |
<label for="rcomment">Comment:</label> |
84 |
<label for="rcomment">Comment:</label> |
85 |
<input type="text" id="rcomment" list="rcomments" name="comment"/> |
85 |
<select class="select-reason" id="restriction-reason"> |
86 |
<datalist id="rcomments"> |
86 |
<option value=""> -- Choose a reason -- </option> |
87 |
[% FOREACH rcomment IN AuthorisedValues.Get( 'R_COMMENTS' ) %] |
87 |
[% FOREACH rcomment IN AuthorisedValues.Get( 'RESTRICTION_COMMENTS' ) %] |
88 |
<option value="[% rcomment.lib | html %]">[% rcomment.lib | html %]</option> |
88 |
<option value="[% rcomment.lib | html %]">[% rcomment.lib | html %]</option> |
89 |
[% END %] |
89 |
[% END %] |
90 |
</datalist> |
90 |
<option value="other">Others...</option> |
91 |
<input type="submit"> |
91 |
</select> |
|
|
92 |
<input type="text" id="other_reason" placeholder="please note your reason here..." /> |
93 |
<input type="hidden" id="rcomment" name="comment"> |
92 |
</li> |
94 |
</li> |
93 |
<li> |
95 |
<li> |
94 |
<label for="rexpiration">Expiration:</label> |
96 |
<label for="rexpiration">Expiration:</label> |