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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-11 / +10 lines)
Lines 585-611 Link Here
585
585
586
    </li>
586
    </li>
587
        [% END %]
587
        [% END %]
588
        [% UNLESS nophonepro %]
588
        [% UNLESS nomobile %]
589
    <li>
589
    <li>
590
      [% IF ( mandatoryphonepro ) %]
590
      [% IF ( mandatorymobile ) %]
591
      <label for="phonepro" class="required">
591
      <label for="mobile" class="required">
592
      [% ELSE %]
592
      [% ELSE %]
593
      <label for="phonepro">
593
      <label for="mobile">
594
      [% END %]
594
      [% END %]
595
      Secondary phone: </label>
595
      Secondary phone: </label>
596
    <input type="text" id="phonepro" name="phonepro" value="[% phonepro %]" class="[% focusAction %]" />
596
    <input type="text" id="mobile" name="mobile" value="[% mobile %]" class="[% focusAction %]" />
597
	  [% IF ( mandatoryphonepro ) %]<span class="required">Required</span>[% END %]
597
	  [% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %]
598
    </li>
598
    </li>
599
        [% END %]
599
        [% END %]
600
        [% UNLESS nomobile %]
600
        [% UNLESS nomobile %]
601
    <li>
601
    <li>
602
      [% IF ( mandatorymobile ) %]
602
      [% IF ( mandatoryphonepro ) %]
603
      <label for="mobile" class="required">
603
      <label for="phonepro" class="required">
604
      [% ELSE %]
604
      [% ELSE %]
605
      <label for="mobile">
605
      <label for="phonepro">
606
      [% END %]
606
      [% END %]
607
      Other phone: </label>
607
      Other phone: </label>
608
        <input type="text" id="mobile" name="mobile" value="[% mobile %]" class="[% focusAction %]" />
608
        <input type="text" id="phonepro" name="phonepro" value="[% phonepro %]" class="[% focusAction %]" />
609
	  [% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %]
609
	  [% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %]
610
    </li>
610
    </li>
611
        [% END %]
611
        [% END %]
612
- 

Return to bug 8760