View | Details | Raw Unified | Return to bug 15558
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 754-760 Link Here
754
			[% ELSE %]
754
			[% ELSE %]
755
            <label for="to">
755
            <label for="to">
756
			[% END %]
756
			[% END %]
757
			Expiry date (leave blank for auto calc) </label>
757
			Renewal due date (leave blank for auto calc) </label>
758
            [% IF ( dateformat == "metric" ) %]
758
            [% IF ( dateformat == "metric" ) %]
759
				[% UNLESS ( opadd ) %]
759
				[% UNLESS ( opadd ) %]
760
                    <input type="text" id="to" name="dateexpiry" maxlength="10"  size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" value="[% UNLESS opduplicate %][% dateexpiry %][% END %]" class="datepickerto" />
760
                    <input type="text" id="to" name="dateexpiry" maxlength="10"  size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" value="[% UNLESS opduplicate %][% dateexpiry %][% END %]" class="datepickerto" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
	<li><span class="label">Borrowernumber: </span> [% borrowernumber %]</li>
72
	<li><span class="label">Borrowernumber: </span> [% borrowernumber %]</li>
73
    <li><span class="label">Category: </span>[% description %] ([% categorycode %])</li>
73
    <li><span class="label">Category: </span>[% description %] ([% categorycode %])</li>
74
    <li><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li>
74
    <li><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li>
75
    <li><span class="label">Expiration date: </span>
75
    <li><span class="label">Renewal due: </span>
76
    [% IF ( was_renewed ) %]
76
    [% IF ( was_renewed ) %]
77
            <strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong>
77
            <strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong>
78
    [% ELSE %]
78
    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
                <li>[% emailpro %]</li>
21
                <li>[% emailpro %]</li>
22
            [% END %]
22
            [% END %]
23
            <li>Registration date: [% dateenrolled | $KohaDates %]</li>
23
            <li>Registration date: [% dateenrolled | $KohaDates %]</li>
24
            <li>Expiration date: [% dateexpiry | $KohaDates %]</li>
24
            <li>Renewal due: [% dateexpiry | $KohaDates %]</li>
25
            <li>Library: [% Branches.GetName( branchcode ) %]</li>
25
            <li>Library: [% Branches.GetName( branchcode ) %]</li>
26
            <li>Category: [% description %]</li>
26
            <li>Category: [% description %]</li>
27
        </ul>
27
        </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +1 lines)
Lines 340-346 function validate1(date) { Link Here
340
    <li><span class="label">Category: </span>[% description %] ([% categorycode %])</li>
340
    <li><span class="label">Category: </span>[% description %] ([% categorycode %])</li>
341
    <li><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li>
341
    <li><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li>
342
    
342
    
343
    <li><span class="label">Expiration date: </span>
343
    <li><span class="label">Renewal due: </span>
344
    [% IF ( was_renewed ) %]
344
    [% IF ( was_renewed ) %]
345
            <strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong>
345
            <strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong>
346
    [% ELSE %]
346
    [% ELSE %]
347
- 

Return to bug 15558