Lines 7-13
Link Here
|
7 |
[% ELSIF whole.status == 'missing_type' %] |
7 |
[% ELSIF whole.status == 'missing_type' %] |
8 |
<div class="alert alert-warning"> <strong>Please note:</strong> Type is a mandatory field. </div> |
8 |
<div class="alert alert-warning"> <strong>Please note:</strong> Type is a mandatory field. </div> |
9 |
[% ELSIF whole.status == 'missing_unauth_data' %] |
9 |
[% ELSIF whole.status == 'missing_unauth_data' %] |
10 |
<div class="alert alert-warning"> <strong>Please note:</strong> Patron data (first name, last name and e-mail) are mandatory fields. </div> |
10 |
<div class="alert alert-warning"> <strong>Please note:</strong> Patron data (first name, last name and email) are mandatory fields. </div> |
11 |
[% ELSIF whole.status == 'missing_branch' %] |
11 |
[% ELSIF whole.status == 'missing_branch' %] |
12 |
<div class="alert alert-warning"> <strong>Please note:</strong> Library is a mandatory field. </div> |
12 |
<div class="alert alert-warning"> <strong>Please note:</strong> Library is a mandatory field. </div> |
13 |
[% ELSIF whole.status == 'invalid_borrower' %] |
13 |
[% ELSIF whole.status == 'invalid_borrower' %] |
Lines 32-38
Link Here
|
32 |
[% IF unauthenticated_ill && !logged_in_user %] |
32 |
[% IF unauthenticated_ill && !logged_in_user %] |
33 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_first_name' label = t('First name') value = whole.value.other.unauthenticated_first_name %] |
33 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_first_name' label = t('First name') value = whole.value.other.unauthenticated_first_name %] |
34 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_last_name' label = t('Last name') value = whole.value.other.unauthenticated_last_name %] |
34 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_last_name' label = t('Last name') value = whole.value.other.unauthenticated_last_name %] |
35 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('E-mail address') value = whole.value.other.unauthenticated_email %] |
35 |
[% PROCESS ill_text_input_field required = 1 id = 'unauthenticated_email' label = t('Email address') value = whole.value.other.unauthenticated_email %] |
36 |
[% END %] |
36 |
[% END %] |
37 |
[% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] |
37 |
[% WRAPPER ill_select_field required = 1 id = 'branchcode' label = t('Destination library') %] |
38 |
<option value=""></option> |
38 |
<option value=""></option> |