Bugzilla – Attachment 60247 Details for
Bug 18077
Batch item modification link is bold when batch item deletion is active in tools menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18077: Batch item modification link is bold when batch item deletion is active in tools menu
Bug-18077-Batch-item-modification-link-is-bold-whe.patch (text/plain), 1.96 KB, created by
Marc Véron
on 2017-02-15 09:37:25 UTC
(
hide
)
Description:
Bug 18077: Batch item modification link is bold when batch item deletion is active in tools menu
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-02-15 09:37:25 UTC
Size:
1.96 KB
patch
obsolete
>From 3a837bed14f009780cf1b354d834532792970a7c Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 8 Feb 2017 02:07:29 +0000 >Subject: [PATCH] Bug 18077: Batch item modification link is bold when batch > item deletion is active in tools menu >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1) Go to Tools -> Batch item deletion >2) Notice the link for Batch item MODIFICATION is bold, not the deletion >link >3) Apply patch and refresh page >4) Correct link should now be bold. >5) Go to batch item modification and confirm the correct link is bold > >Sponsored-by: Catalyst IT > >Followed test plan, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> > >Re-tested, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >index a4bf84a..09c6bda 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -5,8 +5,10 @@ > $('#navmenulist a[href$="/cgi-bin/koha/labels/label-home.pl"]').css('font-weight','bold'); > } else if (path.indexOf("patroncards") >= 0 ) { > $('#navmenulist a[href$="/cgi-bin/koha/patroncards/home.pl"]').css('font-weight','bold'); >- } else if (path.indexOf("patron_lists") >= 0 ) { >+ } else if (path.indexOf("patron_lists") >= 0 ) { > $('#navmenulist a[href$="/cgi-bin/koha/patron_lists/lists.pl"]').css('font-weight','bold'); >+ } else if ((path+location.search).indexOf("batchMod.pl?del=1") >= 0 ) { >+ $('#navmenulist a[href$="/cgi-bin/koha/tools/batchMod.pl?del=1"]').css('font-weight','bold'); > } else { > $('#navmenulist a[href$="/' + path + '"]').css('font-weight','bold'); > } >-- >2.1.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 18077
:
60001
|
60107
|
60221
|
60247
|
60468