Show
Ignore:
Timestamp:
06/16/07 22:28:40 (18 months ago)
Author:
ilmari
Message:

Fix duplicate IDs between preview and input.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/edit_form.tt

    r1070 r1083  
    139139      <div class="edit_form_group" id="summary_group"> 
    140140        [% IF conflict %] 
    141           <label for="summary">Current summary:</label> 
     141          <label for="summary_input">Current summary:</label> 
    142142        [% ELSE %] 
    143           <label for="summary">One-line summary of this page:</label> 
    144         [% END %] 
    145         <div class="edit_box"> 
    146           <input type="text" size="50" id="summary" name="summary" 
     143          <label for="summary_input">One-line summary of this page:</label> 
     144        [% END %] 
     145        <div class="edit_box"> 
     146          <input type="text" size="50" id="summary_input" name="summary" 
    147147           value="[% summary %]" /> 
    148148        </div>