|
Lines 162-169
$(document).ready(function() {
Link Here
|
| 162 |
<li> |
162 |
<li> |
| 163 |
<label for="message_type">Add a message for:</label> |
163 |
<label for="message_type">Add a message for:</label> |
| 164 |
<select name="message_type" id="message_type"> |
164 |
<select name="message_type" id="message_type"> |
| 165 |
<option value="L">Other librarians</option> |
165 |
<option value="L">Staff - Internal Note</option> |
| 166 |
<option value="B">[% firstname %]</option> |
166 |
<option value="B">OPAC - [% firstname %] [% surname %]</option> |
| 167 |
</select> |
167 |
</select> |
| 168 |
</li> |
168 |
</li> |
| 169 |
[% IF ( canned_bor_notes_loop ) %] |
169 |
[% IF ( canned_bor_notes_loop ) %] |
| 170 |
- |
|
|