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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-27 / +26 lines)
Lines 392-403 function validate1(date) { Link Here
392
 <h3>Library use</h3>
392
 <h3>Library use</h3>
393
<div class="rows"> 
393
<div class="rows"> 
394
<ol>
394
<ol>
395
    <li><span class="label">Card number: </span>[% cardnumber %]</li>
395
    <li id ="cardnumber"><span class="label">Card number: </span>[% cardnumber %]</li>
396
	<li><span class="label">Borrowernumber: </span> [% borrowernumber %]</li>
396
	<li id="borrowernumber"><span class="label">Borrowernumber: </span> [% borrowernumber %]</li>
397
    <li><span class="label">Category: </span>[% categoryname %] ([% categorycode %])</li>
397
    <li id="category"><span class="label">Category: </span>[% categoryname %] ([% categorycode %])</li>
398
    <li><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li>
398
    <li id="registrationdate"><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li>
399
    
399
    
400
    <li><span class="label">Expiration date: </span>
400
    <li id="expirationdate"><span class="label">Expiration date: </span>
401
    [% IF ( was_renewed ) %]
401
    [% IF ( was_renewed ) %]
402
            <strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong>
402
            <strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong>
403
    [% ELSE %]
403
    [% ELSE %]
Lines 405-419 function validate1(date) { Link Here
405
    [% END %]
405
    [% END %]
406
    </li>
406
    </li>
407
    
407
    
408
    <li><span class="label">Library: </span>[% branchname %]</li>
408
    <li id="library"><span class="label">Library: </span>[% branchname %]</li>
409
409
410
    [% IF ( OPACPrivacy ) %]<li><span class="label">Privacy Pref:</span>
410
    [% IF ( OPACPrivacy ) %]<li id="privacypref"><span class="label">Privacy Pref:</span>
411
         [% IF ( privacy0 ) %]Forever[% END %]
411
         [% IF ( privacy0 ) %]Forever[% END %]
412
         [% IF ( privacy1 ) %]Default[% END %]
412
         [% IF ( privacy1 ) %]Default[% END %]
413
         [% IF ( privacy2 ) %]Never[% END %]
413
         [% IF ( privacy2 ) %]Never[% END %]
414
    </li>[% END %]
414
    </li>[% END %]
415
415
416
    <li>
416
    <li id="showcheckouts">
417
        <span class="label">Show checkouts to guarantor</span>
417
        <span class="label">Show checkouts to guarantor</span>
418
        [% IF privacy_guarantor_checkouts %]
418
        [% IF privacy_guarantor_checkouts %]
419
            Yes
419
            Yes
Lines 422-444 function validate1(date) { Link Here
422
        [% END %]
422
        [% END %]
423
    </li>
423
    </li>
424
424
425
    [% IF ( sort1 ) %]<li><span class="label">Sort field 1:</span>[% AuthorisedValues.GetByCode('Bsort1', sort1) |html %]</li>[% END %]
425
    [% IF ( sort1 ) %]<li id="sortfield1"><span class="label">Sort field 1:</span>[% AuthorisedValues.GetByCode('Bsort1', sort1) |html %]</li>[% END %]
426
    [% IF ( sort2 ) %]<li><span class="label">Sort field 2:</span>[% AuthorisedValues.GetByCode('Bsort2', sort2) |html %]</li>[% END %]
426
    [% IF ( sort2 ) %]<li id="sortfield2"><span class="label">Sort field 2:</span>[% AuthorisedValues.GetByCode('Bsort2', sort2) |html %]</li>[% END %]
427
    <li><span class="label">Username: </span>[% userid |html  %]</li>
427
    <li id="username"><span class="label">Username: </span>[% userid |html  %]</li>
428
    <li><span class="label">Password: </span>
428
    <li id="password"><span class="label">Password: </span>
429
    [% IF ( password ) %]
429
    [% IF ( password ) %]
430
        *******
430
        *******
431
    [% ELSE %]
431
    [% ELSE %]
432
        <span class="problem"><a href="/cgi-bin/koha/members/member-password.pl?member=[% borrowernumber %]">Undefined</a></span>
432
        <span class="problem"><a href="/cgi-bin/koha/members/member-password.pl?member=[% borrowernumber %]">Undefined</a></span>
433
    [% END %] 
433
    [% END %] 
434
    </li>
434
    </li>
435
    [% IF ( borrowernotes ) %]<li><span class="label">Circulation note: </span>[% borrowernotes |html %]</li>[% END %]
435
    [% IF ( borrowernotes ) %]<li id="circulationnote"><span class="label">Circulation note: </span>[% borrowernotes |html %]</li>[% END %]
436
    [% IF ( opacnote ) %]<li><span class="label">OPAC note:</span>[% opacnote |html %]</li>[% END %]
436
    [% IF ( opacnote ) %]<li id="opacnote"><span class="label">OPAC note:</span>[% opacnote |html %]</li>[% END %]
437
    [% IF Koha.Preference( 'NorwegianPatronDBEnable' ) == 1 %]
437
    [% IF Koha.Preference( 'NorwegianPatronDBEnable' ) == 1 %]
438
        [% IF ( sync == 1 ) %]
438
        [% IF ( sync == 1 ) %]
439
            <li><span class="label">Activate sync: </span>Yes</li>
439
            <li id="activatesync"><span class="label">Activate sync: </span>Yes</li>
440
            [% IF ( syncstatus ) %]<li><span class="label">Sync status: </span>[% syncstatus %]</li>[% END %]
440
            [% IF ( syncstatus ) %]<li id="syncstatus"><span class="label">Sync status: </span>[% syncstatus %]</li>[% END %]
441
            [% IF ( lastsync ) %]<li><span class="label">Last sync: </span>[% lastsync | $KohaDates %]</li>[% END %]
441
            [% IF ( lastsync ) %]<li id="lastsync"><span class="label">Last sync: </span>[% lastsync | $KohaDates %]</li>[% END %]
442
        [% ELSE %]
442
        [% ELSE %]
443
            <li><span class="label">Activate sync: </span>No</li>
443
            <li><span class="label">Activate sync: </span>No</li>
444
        [% END %]
444
        [% END %]
Lines 485-499 function validate1(date) { Link Here
485
485
486
 <div id="patron-alternative-contact" style="padding-top: 1em;">
486
 <div id="patron-alternative-contact" style="padding-top: 1em;">
487
 <h3>Alternative contact</h3>
487
 <h3>Alternative contact</h3>
488
   <div class="rows"> <ol><li><span class="label">Surname: </span>[% altcontactsurname | html %]</li>
488
   <div class="rows"> <ol><li id="surname"><span class="label">Surname: </span>[% altcontactsurname | html %]</li>
489
    <li><span class="label">First name: </span>[% altcontactfirstname | html %]</li>
489
    <li id="firstname"><span class="label">First name: </span>[% altcontactfirstname | html %]</li>
490
    <li><span class="label">Address: </span>[% altcontactaddress1 | html %]</li>
490
    <li id="address"><span class="label">Address: </span>[% altcontactaddress1 | html %]</li>
491
    <li><span class="label">Address 2: </span>[% altcontactaddress2 | html %]</li>
491
    <li id="address2"><span class="label">Address 2: </span>[% altcontactaddress2 | html %]</li>
492
	<li><span class="label">City: </span>[% altcontactaddress3 | html %]</li>
492
	<li id="city"><span class="label">City: </span>[% altcontactaddress3 | html %]</li>
493
    [% IF ( altcontactstate ) %]<li><span class="label">State: </span>[% altcontactstate | html %]</li>[% END %]
493
    [% IF ( altcontactstate ) %]<li id="state"><span class="label">State: </span>[% altcontactstate | html %]</li>[% END %]
494
    <li><span class="label">ZIP/Postal code: </span>[% altcontactzipcode | html %]</li>
494
    <li id="zip/postalcode"><span class="label">ZIP/Postal code: </span>[% altcontactzipcode | html %]</li>
495
	[% IF ( altcontactcountry ) %]<li><span class="label">Country: </span>[% altcontactcountry | html %]</li>[% END %]
495
	[% IF ( altcontactcountry ) %]<li id="country"><span class="label">Country: </span>[% altcontactcountry | html %]</li>[% END %]
496
    [% IF ( altcontactphone ) %]<li><span class="label">Phone: </span><a href="tel:[% altcontactphone | url %]">[% altcontactphone | html %]</a></li>[% END %]
496
    [% IF ( altcontactphone ) %]<li id="phone"><span class="label">Phone: </span><a href="tel:[% altcontactphone | url %]">[% altcontactphone | html %]</a></li>[% END %]
497
    </ol></div>
497
    </ol></div>
498
</div>
498
</div>
499
<div class="action"><a href="memberentry.pl?op=modify&amp;borrowernumber=[% borrowernumber %]&amp;step=2">Edit</a></div>
499
<div class="action"><a href="memberentry.pl?op=modify&amp;borrowernumber=[% borrowernumber %]&amp;step=2">Edit</a></div>
500
- 

Return to bug 19818