Bug 21990: Replace dialog .error with .alert
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / batch_delete_records.tt
index 868aea2..6c18c71 100644 (file)
@@ -101,7 +101,7 @@ $(document).ready(function() {
     [% ELSIF message.type == 'warning' %]
       <div class="dialog alert">
     [% ELSIF message.type == 'error' %]
-      <div class="dialog error" style="margin:auto;">
+      <div class="dialog alert" style="margin:auto;">
     [% END %]
     [% IF message.code == 'biblio_not_exists' %]
       The biblionumber [% message.biblionumber |html %] does not exist in the database.