Bugzilla – Attachment 39513 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]
Highlight
Highlight.patch (text/plain), 1.75 KB, created by
Marcel de Rooy
on 2015-05-26 12:53:38 UTC
(
hide
)
Description:
Highlight
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-05-26 12:53:38 UTC
Size:
1.75 KB
patch
obsolete
>From 74c5187f35c7c55ca465f61f29610e2496cef914 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] Highlight >Content-Type: text/plain; charset=utf-8 > >--- > koha-tmpl/intranet-tmpl/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 9cdc1cf..1e6d657 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.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 12176
:
27927
|
30270
|
30975
|
31138
|
39303
|
39345
|
39346
|
39347
|
39348
|
39442
|
39450
|
39451
|
39452
|
39503
|
39513
|
39516
|
39517
|
39518
|
39519
|
39520