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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +5 lines)
Lines 1045-1051 Link Here
1045
      [% IF ( CGIsort1 ) %] 
1045
      [% IF ( CGIsort1 ) %] 
1046
        [% CGIsort1 %]
1046
        [% CGIsort1 %]
1047
      [% ELSE %]
1047
      [% ELSE %]
1048
        <input  type="text" id="sort1" name="sort1" size="20"  value="[% sort1 %]" />
1048
          [% IF ( opduplicate ) %]
1049
            <input  type="text" id="sort1" name="sort1" size="20"  value="[% sort1 %]" onclick="this.value=''" />
1050
          [% ELSE %]
1051
            <input  type="text" id="sort1" name="sort1" size="20"  value="[% sort1 %]" />
1052
          [% END %]
1049
	  [% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %]
1053
	  [% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %]
1050
      [% END %]   
1054
      [% END %]   
1051
    </li>
1055
    </li>
1052
- 

Return to bug 5432