Bugzilla – Attachment 10276 Details for
Bug 6141
html glitches causing problems to translator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6141 - html glitches causing problems to translator - 3.8.x
Bug-6141---html-glitches-causing-problems-to-trans.patch (text/plain), 2.63 KB, created by
Kyle M Hall
on 2012-06-14 11:35:51 UTC
(
hide
)
Description:
Bug 6141 - html glitches causing problems to translator - 3.8.x
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-06-14 11:35:51 UTC
Size:
2.63 KB
patch
obsolete
>From 5c11331632392c91fc2a08c39184af7f106035e9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Sat, 9 Jun 2012 07:04:48 -0400 >Subject: [PATCH] Bug 6141 - html glitches causing problems to translator - 3.8.x > >* opac-topissue.pl = untranslatable string removed >* authorities.pl missing _() in javascript > >Rewrite of patch authored by Julian Maurice. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../opac-tmpl/prog/en/modules/opac-topissues.tt | 4 ++-- > opac/opac-topissues.pl | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tt >index c05f6fc..ff30035 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tt >@@ -52,7 +52,7 @@ function Dopop(link) { > <caption>The [% limit %] most checked-out > [% IF ( itemtype ) %] > [% itemtype %] >- [% ELSE %] titles[% END %] >+ [% END %] > [% IF ( branch ) %] > at > [% branch %] >@@ -120,7 +120,7 @@ function Dopop(link) { > [% END %] > </select></li> > <li> >- <label for="timeLimit">Acquired in the last:</label> <select name="timeLimit" id="timeLimit"> >+ <label for="timeLimit">of the the last:</label> <select name="timeLimit" id="timeLimit"> > [% IF ( timeLimit == 3 ) %]<option value="3" selected="selected">3 months</option>[% ELSE %]<option value="3">3 months</option>[% END %] > [% IF ( timeLimit == 6 ) %]<option value="6" selected="selected">6 months</option>[% ELSE %]<option value="6">6 months</option>[% END %] > [% IF ( timeLimit == 12 ) %]<option value="12" selected="selected">12 months</option>[% ELSE %]<option value="12">12 months</option>[% END %] >diff --git a/opac/opac-topissues.pl b/opac/opac-topissues.pl >index 7fb902e..dfdb6cd 100755 >--- a/opac/opac-topissues.pl >+++ b/opac/opac-topissues.pl >@@ -122,8 +122,8 @@ if($timeLimit eq 999){ $timeLimitFinite = 0 }; > > $template->param(do_it => 1, > limit => $limit, >- branch => $branches->{$branch}->{branchname} || 'all locations', >- itemtype => $itemtypes->{$itemtype}->{description} || 'item types', >+ branch => $branches->{$branch}->{branchname}, >+ itemtype => $itemtypes->{$itemtype}->{description}, > timeLimit => $timeLimit, > timeLimitFinite => $timeLimit, > results_loop => \@results, >-- >1.7.2.5
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 6141
:
3836
|
10011
|
10035
| 10276