Bug 20793: (follow-up) Add style to the non-link hold count on detail page
authorOwen Leonard <oleonard@myacpl.org>
Tue, 22 May 2018 16:29:09 +0000 (16:29 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 2 Jul 2018 12:03:09 +0000 (12:03 +0000)
This small follow-up changes the style on the bibliographic detail page
of the hold count so that it looks similar whether it's a link to holds
or not.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

index 2f01f7a..2601021 100644 (file)
@@ -1912,7 +1912,8 @@ ul.budget_hierarchy li:first-child:after {
     font-style: italic;
 }
 .number_box { font-size : 105%; line-height : 200%; }
-.number_box a {
+.number_box a,
+.number_box span {
        border : 1px solid #a4bedd;
        background-color : #e4ecf5;
        font-weight : bold;
index 60fc955..e4da23a 100644 (file)
                     [% IF CAN_user_reserveforothers_place_holds %]
                         <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]">[% holdcount %]</a>
                     [% ELSE %]
-                        [% holdcount %]
+                        <span>[% holdcount %]</span>
                     [% END %]
                 </span>
             </span>