Bugzilla – Attachment 14824 Details for
Bug 4354
Cannot edit existing issuing rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4354 - Followup - Add row highlighting
Bug-4354---Followup---Add-row-highlighting.patch (text/plain), 1.72 KB, created by
Jonathan Druart
on 2013-01-24 15:57:37 UTC
(
hide
)
Description:
Bug 4354 - Followup - Add row highlighting
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-01-24 15:57:37 UTC
Size:
1.72 KB
patch
obsolete
>From 1d3e3da9f54010f75a30cb36f3e308314b9af567 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 24 Jan 2013 09:21:34 -0500 >Subject: [PATCH] Bug 4354 - Followup - Add row highlighting > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 ++ > 2 files changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 349a65d..68bd4ca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -262,6 +262,7 @@ table+table { > border : 0; > } > >+.highlighted-row { background-color: orange !important } > > tr.highlight td, tr.highlight th, tr.odd td { > background-color : #F3F3F3; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 76f54a2..6611d67 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -10,7 +10,9 @@ $(document).ready(function() { > $('#selectlibrary').submit(); > }); > $(".editrule").click(function(){ >+ $('#default-circulation-rules td').removeClass('highlighted-row'); > $(this).parent().parent().find("td").each(function (i) { >+ $(this).addClass('highlighted-row'); > itm = $(this).text(); > itm = itm.replace(/^\s*|\s*$/g,''); > var current = $("#default-circulation-rules tr:last td:eq("+i+")"); >-- >1.7.10.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 4354
:
2182
|
2932
|
2946
|
14622
|
14818
|
14819
|
14821
|
14824
|
14829
|
16199
|
16200
|
16234
|
16610
|
16611
|
16615
|
16616
|
16617
|
16618
|
16650
|
16654
|
16655
|
16656
|
16657
|
16658