Bugzilla – Attachment 8764 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]
Followup for opac
patch.txt (text/plain), 1.47 KB, created by
Marcel de Rooy
on 2012-04-02 11:32:37 UTC
(
hide
)
Description:
Followup for opac
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-04-02 11:32:37 UTC
Size:
1.47 KB
patch
obsolete
>From c1e0474809c903338cd8a71332a32465bd0ba89d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 2 Apr 2012 12:54:28 +0200 >Subject: [PATCH] 7868 Followup for opac >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Trivial fix. Counterpart for staff by Adrien Saurat. >--- > .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >index eda2015..4bfab52 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -108,7 +108,7 @@ $(document).ready(function(){ > 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