Author: earle Date: 2005-11-30 21:01:46 +0000 (Wed, 30 Nov 2005) New Revision: 723
Modified: trunk/templates/edit_form.tt trunk/templates/openguides_information_boxes.tt Log: Moving summary field to openguides info boxes template. Fixes #61.
Modified: trunk/templates/edit_form.tt =================================================================== --- trunk/templates/edit_form.tt 2005-11-29 07:19:46 UTC (rev 722) +++ trunk/templates/edit_form.tt 2005-11-30 21:01:46 UTC (rev 723) @@ -59,12 +59,6 @@ <legend>Metadata (optional)</legend> <table summary="Form for entering metadata about the subject of this node"> <tr> - <td class="label" colspan="2"><label for="summary">One-line summary of this node:</label></td> - </tr> - <tr> - <td colspan="2"><input type="text" size="50" id="summary" name="summary" value="[% summary %]" /></td> - </tr> - <tr> <td class="label"><label for="phone">Phone:</label></td> <td><input type="text" size="50" id="phone" name="phone" value="[% phone %]" /></td> </tr>
Modified: trunk/templates/openguides_information_boxes.tt =================================================================== --- trunk/templates/openguides_information_boxes.tt 2005-11-29 07:19:46 UTC (rev 722) +++ trunk/templates/openguides_information_boxes.tt 2005-11-30 21:01:46 UTC (rev 723) @@ -2,6 +2,12 @@ <legend>OpenGuides information</legend> <table summary="Fields for entering information about the changes being made to this page"> <tr> + <td colspan="2"><label for="summary">One-line summary of this node:</label></td> + </tr> + <tr> + <td colspan="2"><input type="text" size="50" id="summary" name="summary" value="[% summary %]" /></td> + </tr> + <tr> <td> <strong><label for="username">Your username</label> (<a href="preferences.cgi">set</a>)</strong> </td> @@ -24,3 +30,5 @@ </tr> </table> </fieldset> + +
openguides-commits@lists.openguides.org