Bugzilla – Attachment 14662 Details for
Bug 9376
Problem with dateexpiry display in moremember.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9376: Problem with dateexpiry display in moremember.tt
Bug-9376-Problem-with-dateexpiry-display-in-moreme.patch (text/plain), 1.85 KB, created by
Jonathan Druart
on 2013-01-17 13:32:43 UTC
(
hide
)
Description:
Bug 9376: Problem with dateexpiry display in moremember.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-01-17 13:32:43 UTC
Size:
1.85 KB
patch
obsolete
>From ae1a148f4337ce535fcabf817decf7f19263403a Mon Sep 17 00:00:00 2001 >From: Vitor FERNANDES <vfernandes@keep.pt> >Date: Thu, 10 Jan 2013 16:24:07 +0000 >Subject: [PATCH] Bug 9376: Problem with dateexpiry display in moremember.tt > >There is a problem that brokens the interface of moremmeber when >displaying the date expiry when renewing a patron. >In the first comment I said that the line that causes the error >should be: > ><span class="reregitryinfo">[% dateexpiry %]</span> > >but the correct way should be: > ><strong class="reregitryinfo">[% dateexpiry %]</strong> > >This way the date expiry after renew a patron appears in bold. > >Test plan: > >- before applying the patch try to renew a patron and check > that almost everything went bold >- apply the patch >- renew a patron and only the expiration date is bolder. >- Note that the bug doesn't manifest in master because > the patch for bug 6261 causes the invalid HTML to never > be reached; it *does* affect 3.10.x and earlier. > >Sponsored-by: KEEP SOLUTIONS >Signed-off-by: Galen Charlton <gmc@esilibrary.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 4e6271f..bbb5cab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -344,7 +344,7 @@ function validate1(date) { > > <li><span class="label">Expiration date: </span> > [% IF ( reregistration ) %] >- <strong class="reregistrinfo">[% dateexpiry %]</span> >+ <strong class="reregistrinfo">[% dateexpiry %]</strong> > [% ELSE %] > [% dateexpiry %] > [% END %] >-- >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 9376
:
14529
|
14628
|
14629
| 14662 |
14663