View | Details | Raw Unified | Return to bug 21990
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +2 lines)
Lines 64-70 Link Here
64
    [% END %]
64
    [% END %]
65
65
66
    [% IF (error_cancelling_receipt) %]
66
    [% IF (error_cancelling_receipt) %]
67
      <div class="dialog error">
67
      <div class="dialog alert">
68
      Cannot cancel receipt. Possible reasons :
68
      Cannot cancel receipt. Possible reasons :
69
      <ul>
69
      <ul>
70
        <li>
70
        <li>
Lines 82-88 Link Here
82
    [% END %]
82
    [% END %]
83
83
84
    [% IF error_invoice_not_known %]
84
    [% IF error_invoice_not_known %]
85
        <div class="dialog error">
85
        <div class="dialog alert">
86
            The invoice referenced by this invoiceid does not exist.
86
            The invoice referenced by this invoiceid does not exist.
87
        </div>
87
        </div>
88
    [% END %]
88
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +1 lines)
Lines 30-36 Link Here
30
    [% ELSIF message.type == 'warning' %]
30
    [% ELSIF message.type == 'warning' %]
31
      <div class="dialog alert">
31
      <div class="dialog alert">
32
    [% ELSIF message.type == 'error' %]
32
    [% ELSIF message.type == 'error' %]
33
      <div class="dialog error" style="margin:auto;">
33
      <div class="dialog alert" style="margin:auto;">
34
    [% END %]
34
    [% END %]
35
    [% IF message.code == 'biblio_not_exists' %]
35
    [% IF message.code == 'biblio_not_exists' %]
36
      The biblionumber [% message.biblionumber | html %] does not exist in the database.
36
      The biblionumber [% message.biblionumber | html %] does not exist in the database.
37
- 

Return to bug 21990