|
Lines 192-212
tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
Link Here
|
| 192 |
[% END %] |
192 |
[% END %] |
| 193 |
[% IF ( message_loop ) %] |
193 |
[% IF ( message_loop ) %] |
| 194 |
<div class="dialog alert" id="main_error"> |
194 |
<div class="dialog alert" id="main_error"> |
| 195 |
[% FOREACH message_loo IN message_loop %] |
195 |
[% FOREACH message_loo IN message_loop %] |
| 196 |
[% IF ( message_loo.date_from ) %]ERROR: <em>Date from</em> is not a legal value ("[% message_loo.date_from %]"). |
196 |
[% IF ( message_loo.date_from ) %]<strong>Error: </strong>"Date from" is not a legal value ("[% message_loo.date_from %]"). |
| 197 |
[% ELSIF ( message_loo.date_to ) %]ERROR: <em>Date to</em> is not a legal value ("[% message_loo.date_to %]"). |
197 |
[% ELSIF ( message_loo.date_to ) %]<strong>Error: </strong>"Date to" is not a legal value ("[% message_loo.date_to %]"). |
| 198 |
[% ELSIF ( message_loo.failed_ok ) %]ERROR: Failed to approve term ([% message_loo.failed_ok %]). |
198 |
[% ELSIF ( message_loo.failed_ok ) %]<strong>Error: </strong>Failed to approve term ([% message_loo.failed_ok %]). |
| 199 |
[% ELSIF ( message_loo.failed_rej ) %]ERROR: Failed to reject term ([% message_loo.failed_rej %]). |
199 |
[% ELSIF ( message_loo.failed_rej ) %]<strong>Error: </strong>Failed to reject term ([% message_loo.failed_rej %]). |
| 200 |
[% ELSIF ( message_loo.approver ) %]ERROR: No match for user ([% message_loo.approver %]). FILTER REQUIRES BORROWERNUMBER (not name). |
200 |
[% ELSIF ( message_loo.approver ) %]No match for user ([% message_loo.approver %]). FILTER REQUIRES BORROWERNUMBER (not name). |
| 201 |
[% ELSIF ( message_loo.approved_by ) %]ERROR: No match for borrowernumber ([% message_loo.approved_by %]). |
201 |
[% ELSIF ( message_loo.approved_by ) %]<strong>Error: </strong>No match for borrowernumber ([% message_loo.approved_by %]). |
| 202 |
[% ELSIF ( message_loo.op_zero ) %]ERROR: The root koha user in your KOHA_CONF file |
202 |
[% ELSIF ( message_loo.op_zero ) %]<strong>Error: </strong> The root koha user in your KOHA_CONF file |
| 203 |
(default: kohaadmin) is not a valid tag moderator. These actions are logged |
203 |
(default: kohaadmin) is not a valid tag moderator. These actions are logged |
| 204 |
by borrowernumber, so the moderator must exist in your borrowers table. |
204 |
by borrowernumber, so the moderator must exist in your borrowers table. |
| 205 |
Please login as a different authorized staff user to moderate tags. |
205 |
Please log in as a different authorized staff user to moderate tags. |
| 206 |
[% ELSE %] Unrecognized error! |
206 |
[% ELSE %]Unrecognized error! |
| 207 |
[% END %] |
207 |
[% END %] |
| 208 |
<br /> |
208 |
<br /> |
| 209 |
[% END %] |
209 |
[% END %] |
| 210 |
</div> |
210 |
</div> |
| 211 |
[% END %] |
211 |
[% END %] |
| 212 |
[% IF ( pagination_bar ) %] |
212 |
[% IF ( pagination_bar ) %] |
| 213 |
- |
|
|