|
Lines 207-213
function refocus(calendar) {
Link Here
|
| 207 |
<select name="type" id="type" onchange="this.form.borrower_message.value=this.options[this.selectedIndex].value;"> |
207 |
<select name="type" id="type" onchange="this.form.borrower_message.value=this.options[this.selectedIndex].value;"> |
| 208 |
<option value="">Select Note</option> |
208 |
<option value="">Select Note</option> |
| 209 |
[% FOREACH canned_bor_notes_loo IN canned_bor_notes_loop %] |
209 |
[% FOREACH canned_bor_notes_loo IN canned_bor_notes_loop %] |
| 210 |
<option value="[% canned_bor_notes_loo.lib %]">[% canned_bor_notes_loo.authorised_value %]</option> |
210 |
<option value="[% canned_bor_notes_loo.lib %]">[% canned_bor_notes_loo.lib %]</option> |
| 211 |
[% END %] |
211 |
[% END %] |
| 212 |
</select> |
212 |
</select> |
| 213 |
</li> |
213 |
</li> |
| 214 |
- |
|
|