Merge branch 'bug_9860' into 3.14-master
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 21 Apr 2013 13:33:56 +0000 (09:33 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 21 Apr 2013 13:33:56 +0000 (09:33 -0400)
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index a009c58..8923188 100644 (file)
@@ -317,7 +317,7 @@ $(document).ready(function () {
 
 [% IF ( errmsgloop ) %]
     <div class="dialog alert">
-        <h5>Cannot check in</h5>
+        <h3>Check in message</h3>
         [% FOREACH errmsgloo IN errmsgloop %]
                     [% IF ( errmsgloo.badbarcode ) %]
                         <p class="problem">No item with barcode: [% errmsgloo.msg %]</p>
@@ -341,6 +341,7 @@ $(document).ready(function () {
                     [% END %]
                     [% IF ( errmsgloo.withdrawn ) %]
                         [% IF BlockReturnOfWithdrawnItems %]
+                           <h5>Cannot check in</h5>
                            <p class="problem">Item is withdrawn. <strong>NOT CHECKED IN</strong></p>
                         [% ELSE %]
                            <p class="problem">Item is withdrawn.</p>