Bug 9376: Problem with dateexpiry display in moremember.tt
authorVitor FERNANDES <vfernandes@keep.pt>
Thu, 10 Jan 2013 16:24:07 +0000 (16:24 +0000)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 24 Jan 2013 02:23:56 +0000 (15:23 +1300)
commit055044481e20bb30675e28656049ce9a86d09018
tree12b28cbccc5fef3b1bcceef61a4d3faa58c5e38b
parentd1f85c23f4e582dd3c73a33d8a0df85c13c9475b
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>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt