Bug 9924: (follow-up) ensure that correct error message is displayed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / patroncards-errors.inc
index e7a4c7e..136cfc4 100644 (file)
@@ -2,31 +2,31 @@
 <div class="dialog alert">
   <p>
     <strong>WARNING:</strong>
-        [% IF ( 101 ) %]
+        [% IF ( error == 101 ) %]
         The database returned an error while [% IF ( card_element ) %]saving [% card_element %] [% element_id %][% ELSE %]attempting a save operation[% END %]. Please have your system administrator check the error log for details.
-        [% ELSIF ( 102 ) %]
+        [% ELSIF ( error == 102 ) %]
         The database returned an error while [% IF ( card_element ) %]deleting [% card_element %] [% element_id %][% ELSIF ( image_ids ) %][% image_ids %][% ELSE %]attempting a delete operation[% END %]. Please have your system administrator check the error log for details.
-        [% ELSIF ( 201 ) %]
+        [% ELSIF ( error == 201 ) %]
         An unsupported operation was attempted[% IF ( element_id ) %] on [% card_element %] [% element_id %][% END %]. Please have your system administrator check the error log for details.
-        [% ELSIF ( 202 ) %]
+        [% ELSIF ( error == 202 ) %]
         An error has occurred. Please ask your system administrator to check the error log for more details.
-        [% ELSIF ( 203 ) %]
+        [% ELSIF ( error == 203 ) %]
         A non-existent or invalid library code was supplied. Please <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">verify</a> that you have a library selected.
-        [% ELSIF ( 301 ) %]
+        [% ELSIF ( error == 301 ) %]
         An error has occurred while attempting to upload the image file. Please ask you system administrator to check the error log for more details.
-        [% ELSIF ( 302 ) %]
+        [% ELSIF ( error == 302 ) %]
         Image exceeds 500KB. Please resize and import again.
-        [% ELSIF ( 303 ) %]
+        [% ELSIF ( error == 303 ) %]
         The database image quota currently only allows a maximum of [% image_limit %] images to be stored at any one time. Please delete one or more images to free up quota space.
-        [% ELSIF ( 401 ) %]
+        [% ELSIF ( error == 401 ) %]
         An error has occurred and the item(s) was not added to batch [% batch_id %]. Please have your system administrator check the error log for details.
-        [% ELSIF ( 402 ) %]
+        [% ELSIF ( error == 402 ) %]
         The item(s) was not added because the library is not set. Please set your library before adding items to a batch.
-        [% ELSIF ( 403 ) %]
+        [% ELSIF ( error == 403 ) %]
         An error has occurred and the item(s) was not removed from batch [% batch_id %]. Please have your system administrator check the error log for details.
-        [% ELSIF ( 404 ) %]
+        [% ELSIF ( error == 404 ) %]
         An error has occurred and batch [% batch_id %] was not deleted.  Please have your system administrator check the error log for details.
-        [% ELSIF ( 405 ) %]
+        [% ELSIF ( error == 405 ) %]
         An error has occurred and batch [% batch_id %] not fully de-duplicated.
         [% ELSE %]
         [% END %]