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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-5 / +1 lines)
Lines 29-39 Link Here
29
[% END %]
29
[% END %]
30
30
31
[% IF ( query_error ) %]
31
[% IF ( query_error ) %]
32
<br /><br />
32
    <div class="dialog alert"><p><strong>Error:</strong> [% query_error %]</p></div>
33
<b>Error:</b>
34
<span class="problem">
35
    [% query_error %]
36
</span>
37
[% END %]
33
[% END %]
38
34
39
[% IF ( total ) %]
35
[% IF ( total ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-6 / +1 lines)
Lines 318-328 YAHOO.util.Event.onContentReady("searchheader", function () { Link Here
318
    [% END %]
318
    [% END %]
319
319
320
    [% IF ( query_error ) %]
320
    [% IF ( query_error ) %]
321
        <br /><br />
321
        <div class="dialog alert"><p><strong>Error:</strong> [% query_error %]</p></div>
322
        Error:
323
        <span  class="problem">
324
            [% query_error %]
325
        </span>
326
    [% END %]
322
    [% END %]
327
323
328
    <!-- Search Results Table -->
324
    <!-- Search Results Table -->
329
- 

Return to bug 7889