Changeset 1083
- Timestamp:
- 06/16/07 22:28:40 (16 months ago)
- Files:
-
- 1 modified
-
trunk/templates/edit_form.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/edit_form.tt
r1070 r1083 139 139 <div class="edit_form_group" id="summary_group"> 140 140 [% IF conflict %] 141 <label for="summary ">Current summary:</label>141 <label for="summary_input">Current summary:</label> 142 142 [% 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" 147 147 value="[% summary %]" /> 148 148 </div>
