Bugzilla – Attachment 38011 Details for
Bug 13364
Add a call number browser to add item page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13364: Fix table id + software error
Bug-13364-Fix-table-id--software-error.patch (text/plain), 1.43 KB, created by
Jonathan Druart
on 2015-04-17 09:56:35 UTC
(
hide
)
Description:
Bug 13364: Fix table id + software error
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-17 09:56:35 UTC
Size:
1.43 KB
patch
obsolete
>From 6a571062ac84b6459eb8866680a6e1fea7b34421 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 17 Apr 2015 11:53:42 +0200 >Subject: [PATCH] Bug 13364: Fix table id + software error > >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 | 1 + > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/cataloguing/value_builder/cn_browser.pl b/cataloguing/value_builder/cn_browser.pl >index c1ccbd2..17dfd83 100755 >--- a/cataloguing/value_builder/cn_browser.pl >+++ b/cataloguing/value_builder/cn_browser.pl >@@ -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 ) = @_; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 14dbee5..4c4f741 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -2793,7 +2793,7 @@ div.lastchecked { > display: table; > } > >-div#course_reserves_wrapper > table#course_reserves { >+div#cn_browser_table_wrapper > table#cn_browser_table { > margin: auto; > width:90%; > } >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13364
:
34041
|
34108
|
34109
|
34476
|
34540
|
34541
|
34542
|
34543
|
34586
|
34587
|
34588
|
34589
|
35067
|
35549
|
36194
|
36235
|
36249
|
36431
|
36596
|
36597
|
36598
|
36599
|
36600
|
36601
|
36723
|
36782
|
37192
|
37193
|
37194
|
37195
|
38010
| 38011 |
38018
|
38019
|
38894