Bugzilla – Attachment 34476 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]
sub plugin_javascript adjust
sub-pluginjavascript-adjust.patch (text/plain), 1.09 KB, created by
simith.doliveira
on 2014-12-16 20:14:08 UTC
(
hide
)
Description:
sub plugin_javascript adjust
Filename:
MIME Type:
Creator:
simith.doliveira
Created:
2014-12-16 20:14:08 UTC
Size:
1.09 KB
patch
obsolete
>From 03f707a4fdf58caa2e589bea5d36e96eb1e00164 Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Tue, 16 Dec 2014 15:07:26 -0500 >Subject: [PATCH] sub plugin_javascript adjust > >http://bugs.koha-community.org/show_bug.cgi?id=13364 >--- > cataloguing/value_builder/cn_browser.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cataloguing/value_builder/cn_browser.pl b/cataloguing/value_builder/cn_browser.pl >index bec37e8..a6ece26 100755 >--- a/cataloguing/value_builder/cn_browser.pl >+++ b/cataloguing/value_builder/cn_browser.pl >@@ -33,8 +33,8 @@ function Blur$function_name(subfield_managed) { > } > > function Clic$function_name(i) { >- q = \$('[id^= \"tag_952_subfield_o\"]').val(); >- window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q=\"+q,\"cnbrowser\",\"width=500,height=400,toolbar=false,scrollbars=yes\"); >+ q = document.getElementById('$field_number'); >+ window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q=\"+q.value,\"cnbrowser\",\"width=500,height=400,toolbar=false,scrollbars=yes\"); > > } > >-- >1.9.1
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