Bug 7720: (follow-up) restore CSS selectors for the current/home location columns
authorGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 02:53:58 +0000 (02:53 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 02:53:58 +0000 (02:53 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt

index 5b671b2..dc6a3ae 100644 (file)
             <tr>
                 [% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %]
                 [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %]
-                    <th>Current location</th>
+                    <th id="item_current_location" class="item_location">Current location</th>
                 [% END %]
                 [% UNLESS ( singleBranchMode ) %]
                     [% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %]
-                        <th>Home library</th>
+                        <th id="item_home_location" class="item_location">Home library</th>
                     [% END %]
                 [% END %]
                 [% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %]