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 1046-1052 Link Here
1046
      [% IF ( CGIsort1 ) %] 
1046
      [% IF ( CGIsort1 ) %] 
1047
        [% CGIsort1 %]
1047
        [% CGIsort1 %]
1048
      [% ELSE %]
1048
      [% ELSE %]
1049
        <input  type="text" id="sort1" name="sort1" size="20"  value="[% sort1 %]" />
1049
          [% IF ( opduplicate ) %]
1050
            <input  type="text" id="sort1" name="sort1" size="20"  value="[% sort1 %]" onclick="this.value=''" />
1051
          [% ELSE %]
1052
            <input  type="text" id="sort1" name="sort1" size="20"  value="[% sort1 %]" />
1053
          [% END %]
1050
	  [% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %]
1054
	  [% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %]
1051
      [% END %]   
1055
      [% END %]   
1052
    </li>
1056
    </li>
1053
- 

Return to bug 5432