Bugzilla – Attachment 39516 Details for
Bug 12176
Remove HTML from additem.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 12176: Highlight edited item
SIGNED-OFF-Bug-12176-Highlight-edited-item.patch (text/plain), 1.90 KB, created by
Bernardo Gonzalez Kriegel
on 2015-05-26 12:58:56 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12176: Highlight edited item
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-05-26 12:58:56 UTC
Size:
1.90 KB
patch
obsolete
>From 0408cda04192373797c3315dad179665d1e9e45b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 26 May 2015 14:52:07 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 12176: Highlight edited item > >http://bugs.koha-community.org/show_bug.cgi?id=12176 > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Now edited item is correctly highlighted >No errors >--- > .../prog/en/modules/cataloguing/additem.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 8c4f419..22e2cff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -107,10 +107,10 @@ function confirm_deletion(biblionumber,itemnumber) { > } > > $(document).ready(function() { >- $("#cataloguing_additem_itemlist tr").hover( >+/* $("#cataloguing_additem_itemlist tr").hover( > function () {$(this).addClass("highlight");}, > function () {$(this).removeClass("highlight");} >- ); >+ ); */ > }); > //]]> > </script> >@@ -162,9 +162,9 @@ $(document).ready(function() { > [% FOREACH item_loo IN item_loop %] > [% IF ( item_loo.itemnumber == itemnumber) %] > [% IF item_loo.nomod %] >- <tr id="row[% item_loo.itemnumber %]" class="active"> >+ <tr id="row[% item_loo.itemnumber %]" class="active highlight"> > [% ELSE %] >- <tr id="row[% item_loo.itemnumber %]" class="active editable"> >+ <tr id="row[% item_loo.itemnumber %]" class="active editable highlight"> > [% END %] > [% ELSE %] > [% IF item_loo.nomod %] >-- >1.7.9.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 12176
:
27927
|
30270
|
30975
|
31138
|
39303
|
39345
|
39346
|
39347
|
39348
|
39442
|
39450
|
39451
|
39452
|
39503
|
39513
|
39516
|
39517
|
39518
|
39519
|
39520