Lines 135-141
Link Here
|
135 |
|
135 |
|
136 |
[% IF e.invalid_cardnumber %] |
136 |
[% IF e.invalid_cardnumber %] |
137 |
<li class="line_error"> |
137 |
<li class="line_error"> |
138 |
Cardnumber [% e.cardnumber | html %] is not a valid cardnumber |
138 |
Card number [% e.cardnumber | html %] is not a valid card number |
139 |
[% IF e.borrowernumber %] (for patron with borrowernumber [% e.borrowernumber | html %])[% END %] |
139 |
[% IF e.borrowernumber %] (for patron with borrowernumber [% e.borrowernumber | html %])[% END %] |
140 |
</li> |
140 |
</li> |
141 |
[% END %] |
141 |
[% END %] |
Lines 203-209
Link Here
|
203 |
[% ELSE %] |
203 |
[% ELSE %] |
204 |
<ul> |
204 |
<ul> |
205 |
<li>Select a file to import into the borrowers table</li> |
205 |
<li>Select a file to import into the borrowers table</li> |
206 |
<li>If a cardnumber exists in the table, you can choose whether to ignore the new one or overwrite the old one.</li> |
206 |
<li>If a card number exists in the table, you can choose whether to ignore the new one or overwrite the old one.</li> |
207 |
</ul> |
207 |
</ul> |
208 |
|
208 |
|
209 |
<form method="post" action="[% SCRIPT_NAME | html %]" enctype="multipart/form-data"> |
209 |
<form method="post" action="[% SCRIPT_NAME | html %]" enctype="multipart/form-data"> |
Lines 229-235
Link Here
|
229 |
<ol> |
229 |
<ol> |
230 |
<li class="radio"> |
230 |
<li class="radio"> |
231 |
<select name="matchpoint" id="matchpoint"> |
231 |
<select name="matchpoint" id="matchpoint"> |
232 |
<option value="cardnumber">Cardnumber</option> |
232 |
<option value="cardnumber">Card number</option> |
233 |
<option value="userid">Username</option> |
233 |
<option value="userid">Username</option> |
234 |
[% FOREACH matchpoint IN matchpoints %] |
234 |
[% FOREACH matchpoint IN matchpoints %] |
235 |
<option value="[% matchpoint.code | html %]">[% matchpoint.description | html %]</option> |
235 |
<option value="[% matchpoint.code | html %]">[% matchpoint.description | html %]</option> |