Bugzilla – Attachment 77797 Details for
Bug 19817
Merge local and online documentations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19817: Open the manual in a new window, not a popup
Bug-19817-Open-the-manual-in-a-new-window-not-a-po.patch (text/plain), 920 bytes, created by
Martin Renvoize (ashimema)
on 2018-08-14 15:13:30 UTC
(
hide
)
Description:
Bug 19817: Open the manual in a new window, not a popup
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-08-14 15:13:30 UTC
Size:
920 bytes
patch
obsolete
>From 732269dde3e3e196a938da385d0ff53f445c9786 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 4 Apr 2018 13:35:35 -0300 >Subject: [PATCH] Bug 19817: Open the manual in a new window, not a popup > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >index db5539a6ec..23e020ebbb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >@@ -104,7 +104,7 @@ function logOut(){ > } > > function openHelp(){ >- openWindow("/cgi-bin/koha/help.pl","KohaHelp",600,600); >+ window.open( "/cgi-bin/koha/help.pl", "_blank"); > } > > jQuery.fn.preventDoubleFormSubmit = function() { >-- >2.18.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 19817
:
69807
|
69808
|
70131
|
70132
|
70133
|
73523
|
73524
|
73525
|
73526
|
73527
|
73651
|
73652
|
73872
|
73877
|
73931
|
73932
|
73933
|
73934
|
73935
|
73936
|
73937
|
73938
|
74567
|
74568
|
74569
|
74570
|
74571
|
74572
|
74573
|
74574
|
74644
|
74645
|
74646
|
74647
|
74648
|
74649
|
74650
|
74651
|
75370
|
75371
|
75372
|
75373
|
75374
|
75375
|
75376
|
75377
|
76151
|
76152
|
76153
|
76154
|
76155
|
76156
|
76157
|
76158
|
77791
|
77792
|
77793
|
77794
|
77795
|
77797
|
77798
|
77799
|
77932
|
77942
|
77943
|
77944
|
77945
|
77946
|
77947
|
77948
|
77949
|
77950
|
77951
|
78953
|
87238