Bugzilla – Attachment 8763 Details for
Bug 7868
Warnings in logs for search.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Amended patch
patch.txt (text/plain), 1.59 KB, created by
Marcel de Rooy
on 2012-04-02 11:03:39 UTC
(
hide
)
Description:
Amended patch
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-04-02 11:03:39 UTC
Size:
1.59 KB
patch
obsolete
>From a3b6464a47c93d53334467089d7bc6059b1dd526 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Mon, 2 Apr 2012 12:30:06 +0200 >Subject: [PATCH] Bug 7868: cleans logs when doing a Search on the intranet >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Amended the patch: combined if statements and added a check for pubshelves too. >--- > .../prog/en/modules/catalogue/results.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index bed9a84..0316719 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -70,7 +70,7 @@ $(".addtocart").show(); > param1 += "<\/optgroup>";[% END %] > [% IF ( addpubshelves ) %]param1 += "<optgroup label=\""+_("Public Lists:")+"\">"[% FOREACH addpubshelvesloo IN addpubshelvesloop %]+"<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname |html %]<\/option>"[% END %] > param1 += "<\/optgroup>";[% END %] >- [% IF ( addbarshelvesloop.size>9 || addpubshelvesloop.size>9 ) %] >+ [% IF ( ( addbarshelvesloop && addbarshelvesloop.size>9 ) || (addpubshelvesloop && addpubshelvesloop.size>9 )) %] > param1 += "<option value=\"morelists\">[ "+_("More Lists")+" ]<\/option>"; > [% END %] > param1 +="<option value=\"newlist\">"+_("[ New List ]")+"<\/option>" >-- >1.7.7.6 >
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 7868
:
8757
|
8758
|
8759
|
8760
| 8763 |
8764