View | Details | Raw Unified | Return to bug 20793
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-1 / +2 lines)
Lines 1908-1914 ul.budget_hierarchy li:first-child:after { Link Here
1908
    font-style: italic;
1908
    font-style: italic;
1909
}
1909
}
1910
.number_box { font-size : 105%; line-height : 200%; }
1910
.number_box { font-size : 105%; line-height : 200%; }
1911
.number_box a {
1911
.number_box a,
1912
.number_box span {
1912
	border : 1px solid #a4bedd;
1913
	border : 1px solid #a4bedd;
1913
	background-color : #e4ecf5;
1914
	background-color : #e4ecf5;
1914
	font-weight : bold;
1915
	font-weight : bold;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 115-121 Link Here
115
                    [% IF CAN_user_reserveforothers_place_holds %]
115
                    [% IF CAN_user_reserveforothers_place_holds %]
116
                        <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]">[% holdcount %]</a>
116
                        <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]">[% holdcount %]</a>
117
                    [% ELSE %]
117
                    [% ELSE %]
118
                        [% holdcount %]
118
                        <span>[% holdcount %]</span>
119
                    [% END %]
119
                    [% END %]
120
                </span>
120
                </span>
121
            </span>
121
            </span>
122
- 

Return to bug 20793