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

(-)a/cataloguing/value_builder/cn_browser.pl (+1 lines)
Lines 4-9 no warnings 'redefine'; Link Here
4
use CGI;
4
use CGI;
5
use C4::Auth;
5
use C4::Auth;
6
use C4::ClassSource;
6
use C4::ClassSource;
7
use C4::Output;
7
8
8
sub plugin_parameters {
9
sub plugin_parameters {
9
    my ( $dbh, $record, $tagslib, $i, $tabloop ) = @_;
10
    my ( $dbh, $record, $tagslib, $i, $tabloop ) = @_;
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-2 / +1 lines)
Lines 2793-2799 div.lastchecked { Link Here
2793
    display: table;
2793
    display: table;
2794
}
2794
}
2795
2795
2796
div#course_reserves_wrapper > table#course_reserves {
2796
div#cn_browser_table_wrapper > table#cn_browser_table {
2797
   margin: auto;
2797
   margin: auto;
2798
   width:90%;
2798
   width:90%;
2799
}
2799
}
2800
- 

Return to bug 13364