Bugzilla – Attachment 37195 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]
[Signed-off] Bug 13364 - Add a call number browser in item edition page - QA fixed II
Signed-off-Bug-13364---Add-a-call-number-browser-i.patch (text/plain), 1.61 KB, created by
Marc Véron
on 2015-03-24 17:38:24 UTC
(
hide
)
Description:
[Signed-off] Bug 13364 - Add a call number browser in item edition page - QA fixed II
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-24 17:38:24 UTC
Size:
1.61 KB
patch
obsolete
>From 1f7b04ab77b69070869fd08505b73120449a393c Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Tue, 10 Mar 2015 15:56:06 -0400 >Subject: [PATCH] [Signed-off] Bug 13364 - Add a call number browser in item > edition page - QA fixed II >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Tested together with oter patches. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../prog/en/modules/cataloguing/value_builder/cn_browser.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >index 0368bc2..b7f3416 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >@@ -13,7 +13,7 @@ > <script language="JavaScript"> > $(document).ready(function() > { >- $("#course_reserves").DataTable({"paging": false, "bFilter": false, "info": false, "bSort": false}); >+ $("#cn_browser_table").DataTable({"paging": false, "bFilter": false, "info": false, "bSort": false}); > $("#cn_browser_submit").click(function(){ > window.location.href='/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q='+$("#cn_browser_input").val(); > return false; >@@ -34,7 +34,7 @@ $(document).ready(function() > </div> > <br /> > >-<table id="course_reserves"> >+<table id="cn_browser_table"> > <thead><tr> > <th>Call Number</th> > <th>Title</th> >-- >1.7.10.4
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