Bugzilla – Attachment 8757 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]
proposed patch #1
0001-Bug-7868-cleans-logs-when-doing-a-Search-on-the-intr.patch (text/plain), 1.54 KB, created by
Adrien SAURAT
on 2012-04-02 10:33:18 UTC
(
hide
)
Description:
proposed patch #1
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2012-04-02 10:33:18 UTC
Size:
1.54 KB
patch
obsolete
>From 538f23f286c82184edbbd703face02460f2ba108 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 > >--- > .../prog/en/modules/catalogue/results.tt | 6 ++++-- > 1 files changed, 4 insertions(+), 2 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..5001fab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -70,8 +70,10 @@ $(".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 ) %] >- param1 += "<option value=\"morelists\">[ "+_("More Lists")+" ]<\/option>"; >+ [% IF addbarshelvesloop %] >+ [% IF ( addbarshelvesloop.size>9 || addpubshelvesloop.size>9 ) %] >+ param1 += "<option value=\"morelists\">[ "+_("More Lists")+" ]<\/option>"; >+ [% END %] > [% END %] > param1 +="<option value=\"newlist\">"+_("[ New List ]")+"<\/option>" > [% END %] >-- >1.7.4.1 >
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