|
Lines 40-45
Link Here
|
| 40 |
<fieldset class="rows"> |
40 |
<fieldset class="rows"> |
| 41 |
<legend>Patron options</legend> |
41 |
<legend>Patron options</legend> |
| 42 |
<ol> |
42 |
<ol> |
|
|
43 |
[% IF unauthenticated_ill && !logged_in_user%] |
| 44 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_first_name' label = t('First name') value = whole.value.other.unauthenticated_first_name %] |
| 45 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_last_name' label = t('Last name') value = whole.value.other.unauthenticated_last_name %] |
| 46 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('E-mail address') value = whole.value.other.unauthenticated_email %] |
| 47 |
[% END %] |
| 43 |
[% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] |
48 |
[% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] |
| 44 |
<option value=""></option> |
49 |
<option value=""></option> |
| 45 |
[% FOREACH branch IN branches %] |
50 |
[% FOREACH branch IN branches %] |