Koha/koha-tmpl/intranet-tmpl/prog/en
Vitor FERNANDES 7be86cd481 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>
2013-01-17 21:08:48 -05:00
..
css Revert "Bug 7167: New version for updatedatabase" 2012-12-27 14:02:56 -05:00
includes Bug 9398 - [ ? ] Link Lacks Context for All General Users (Accessibility) [Contexual Help] 2013-01-17 20:58:17 -05:00
js Bug 8401 : Highlighting of search terms in preference causes loss of data 2013-01-17 20:53:40 -05:00
lib Bug 9335 - humanMsg popups don't disapear in webkit browsers 2013-01-07 21:12:10 -05:00
modules Bug 9376: Problem with dateexpiry display in moremember.tt 2013-01-17 21:08:48 -05:00
xslt Bug 9169 - Wrap relator code in <span> to allow for CSS customization 2012-12-22 16:42:46 -05:00
columns.def Bug 5482 [Follow up] Translation problem in guided reports - Item field names 2012-03-22 11:16:27 +01:00