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