Merge branch 'bug_9376' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2013-01-17 21:08:59 -05:00
commit 54af338d97
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@
<li><span class="label">Registration date: </span>[% dateenrolled %]</li>
<li><span class="label">Expiration date: </span>
[% IF ( reregistration ) %]
<strong class="reregistrinfo">[% dateexpiry %]</span>
<strong class="reregistrinfo">[% dateexpiry %]</strong>
[% ELSE %]
[% dateexpiry %]
[% END %]

View file

@ -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 %]