[PATCH] [SIGNED-OFF] bug 7570: add a space to the table header
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 11 Jun 2012 15:54:21 +0000 (17:54 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 11 Jun 2012 15:54:21 +0000 (17:54 +0200)
Add a space to separate Location from (Status)

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Typo fix, all ok.

koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt

index fcb43a0..2ea6d94 100644 (file)
@@ -308,7 +308,7 @@ function enableCheckboxActions(){
         </tr>[% END %]
 
         <tr>
-            <th scope="row">Location(s)(Status)</th>
+            <th scope="row">Location(s) (Status)</th>
             <td>[% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]<ul>[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
                             <li>
                                 <strong>[% ITEM_RESULT.homebranch %]</strong>[% IF ( ITEM_RESULT.location_opac ) %], [% ITEM_RESULT.location_opac %][% END %]
@@ -354,7 +354,7 @@ function enableCheckboxActions(){
            <th>Title</th>
            <th>Author</th>
            <th>Year</th>
-        <th>Location(Status)</th>
+        <th>Location (Status)</th>
         </tr></thead>
 
         [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]