Lines 31-36
Link Here
|
31 |
<legend>Patron options</legend> |
31 |
<legend>Patron options</legend> |
32 |
<ol> |
32 |
<ol> |
33 |
<li> |
33 |
<li> |
|
|
34 |
[% IF unauthenticated_ill && !logged_in_user%] |
35 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_first_name' label = t('First name') value = whole.value.other.unauthenticated_first_name %] |
36 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_last_name' label = t('Last name') value = whole.value.other.unauthenticated_last_name %] |
37 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('E-mail address') value = whole.value.other.unauthenticated_email %] |
38 |
[% END %] |
34 |
[% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] |
39 |
[% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] |
35 |
<option value="" /> |
40 |
<option value="" /> |
36 |
[% FOREACH branch IN branches %] |
41 |
[% FOREACH branch IN branches %] |