Merge branch 'bug_9376' into 3.12-master
This commit is contained in:
commit
54af338d97
2 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
|
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue