Bugzilla – Attachment 18525 Details for
Bug 10381
Hide basket links should be improved
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10381: Followup adding some text around Apply/cancel filter.
Bug-10381-Followup-adding-some-text-around-Applyca.patch (text/plain), 1.89 KB, created by
Jonathan Druart
on 2013-05-30 14:33:02 UTC
(
hide
)
Description:
Bug 10381: Followup adding some text around Apply/cancel filter.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-30 14:33:02 UTC
Size:
1.89 KB
patch
obsolete
>From 283937081c04237fa05f98403ee6364d7454a577 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 22 May 2013 15:01:07 +0200 >Subject: [PATCH] Bug 10381: Followup adding some text around Apply/cancel > filter. > >The texts Apply/cancel filter did not need translation and were used to get >this change into 3.12. >For 3.12.X or 3.14 we can add some words to clarify its meaning. >With thanks to Owen for some rewording. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Pierre Angot <tredok.pierre@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 006980c..525ea66 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -62,13 +62,11 @@ $(document).ready(function() { > </select> > </p> > [% END %] >- <p> > [% IF ( allbaskets ) %] >- <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]">Apply filter</a> >+ <p><a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]">Show active baskets only</a></p> > [% ELSE %] >- <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]&allbaskets=1">Cancel filter</a> >+ <p><a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]&allbaskets=1">Show all baskets</a></p> > [% END %] >- </p> > <div id="acqui_order_supplierlist"> > [% FOREACH supplier IN loop_suppliers %] > <div class="supplier"> >-- >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 10381
:
18522
|
18523
|
18524
| 18525