Bugzilla – Attachment 69559 Details for
Bug 19653
Move tools templates JavaScript to the footer: Additional tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19653: (QA followup) - Add bold style to quotes menu item on quotes-upload page
Bug-19653-QA-followup---Add-bold-style-to-quotes-m.patch (text/plain), 1.18 KB, created by
Josef Moravec
on 2017-12-06 15:25:32 UTC
(
hide
)
Description:
Bug 19653: (QA followup) - Add bold style to quotes menu item on quotes-upload page
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-12-06 15:25:32 UTC
Size:
1.18 KB
patch
obsolete
>From 650983eee6e7a09fc69723f6b5649466e203e8b9 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 6 Dec 2017 15:19:46 +0000 >Subject: [PATCH] Bug 19653: (QA followup) - Add bold style to quotes menu item > on quotes-upload page > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/js/tools-menu.js | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/tools-menu.js b/koha-tmpl/intranet-tmpl/prog/js/tools-menu.js >index 6a73363..65d488a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/tools-menu.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/tools-menu.js >@@ -8,6 +8,8 @@ > $('#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 if (path.indexOf("quotes-upload.pl") >= 0 ){ >+ $('#navmenulist a[href$="/cgi-bin/koha/tools/quotes.pl"]').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 19653
:
69416
|
69427
|
69557
|
69558
| 69559