Bug 13364: Fix table id + software error
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 17 Apr 2015 09:53:42 +0000 (11:53 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 6 May 2015 14:17:02 +0000 (11:17 -0300)
change table id in css file
+ C4::Output is used (Undefined subroutine
CGI::output_html_with_http_headers)

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
cataloguing/value_builder/cn_browser.pl
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index c1ccbd2..17dfd83 100755 (executable)
@@ -4,6 +4,7 @@ no warnings 'redefine';
 use CGI;
 use C4::Auth;
 use C4::ClassSource;
+use C4::Output;
 
 sub plugin_parameters {
     my ( $dbh, $record, $tagslib, $i, $tabloop ) = @_;
index 4f3fa8a..2c4011f 100644 (file)
@@ -2794,7 +2794,7 @@ div.lastchecked {
     font-weight: bold;
 }
 
-div#course_reserves_wrapper > table#course_reserves {
+div#cn_browser_table_wrapper > table#cn_browser_table {
    margin: auto;
    width:90%;
 }