Bug 9604 - Follow-up: Changing labels from branch to library
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Fri, 22 Mar 2013 15:35:29 +0000 (16:35 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 23 Mar 2013 02:05:38 +0000 (22:05 -0400)
Relabelling the new filters for consistency.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt

index 5e5dd59..8235a29 100644 (file)
@@ -194,7 +194,7 @@ overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70%
     </li>
 
     <li>
-        <label>Item home branch:</label>
+        <label>Item home library:</label>
         <select name="homebranch" id="homebranch">
             <option value="">Any</option>
             [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %]
@@ -205,7 +205,7 @@ overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70%
     </li>
 
     <li>
-        <label>Item holding branch:</label>
+        <label>Item holding library:</label>
             <select name="holdingbranch" id="holdingbranch">
             <option value="">Any</option>
             [% FOREACH holdingbranchloo IN holdingbranchloop %][% IF ( holdingbranchloo.selected ) %]