Bugzilla – Attachment 175054 Details for
Bug 38537
'Edit items in a batch' should open in a new tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38537: Add target to open the form in a new tab
Bug-38537-Add-target-to-open-the-form-in-a-new-tab.patch (text/plain), 1.57 KB, created by
Owen Leonard
on 2024-12-02 15:47:00 UTC
(
hide
)
Description:
Bug 38537: Add target to open the form in a new tab
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-12-02 15:47:00 UTC
Size:
1.57 KB
patch
obsolete
>From 4beabac5f85de5ebecf4b8bdc96be1aa8ccdd4be Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 26 Nov 2024 15:56:54 +0000 >Subject: [PATCH] Bug 38537: Add target to open the form in a new tab > >To test: >1) Navigate to an item. >2) In the top toolbar click on "Edit" and then the "Edit items in a > batch" button. Notice that the new page opens within the same tab. >3) Apply the patch. restart_all >4) Retry steps 1 & 2. This time notice that the new page opens within a > new tab. >5) Sign off and have a spectacular day. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 36d924b952..56aa1dcbc0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -66,7 +66,7 @@ > [% IF ( CAN_user_tools_items_batchmod ) %] > [% IF ( count ) %] > <li> >- <form action="/cgi-bin/koha/tools/batchMod.pl" method="post"> >+ <form action="/cgi-bin/koha/tools/batchMod.pl" method="post" target="_blank"> > [% INCLUDE 'csrf-token.inc' %] > <input type="hidden" name="op" value="cud-show" /> > <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> >-- >2.39.5
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 38537
:
174988
| 175054