Author: ilmari Date: 2007-06-16 22:28:40 +0100 (Sat, 16 Jun 2007) New Revision: 1083
Modified: trunk/templates/edit_form.tt Log: Fix duplicate IDs between preview and input.
Modified: trunk/templates/edit_form.tt =================================================================== --- trunk/templates/edit_form.tt 2007-06-16 20:32:05 UTC (rev 1082) +++ trunk/templates/edit_form.tt 2007-06-16 21:28:40 UTC (rev 1083) @@ -138,12 +138,12 @@
<div class="edit_form_group" id="summary_group"> [% IF conflict %] - <label for="summary">Current summary:</label> + <label for="summary_input">Current summary:</label> [% ELSE %] - <label for="summary">One-line summary of this page:</label> + <label for="summary_input">One-line summary of this page:</label> [% END %] <div class="edit_box"> - <input type="text" size="50" id="summary" name="summary" + <input type="text" size="50" id="summary_input" name="summary" value="[% summary %]" /> </div> [% IF conflict %]
openguides-commits@lists.openguides.org