Author: nick
Date: 2006-08-24 15:17:59 +0100 (Thu, 24 Aug 2006)
New Revision: 838
Modified:
trunk/templates/edit_form.tt
Log:
Don't duplicate the id 'content' for the main area of the page, and the
content entry box. (Haven't changed the form name, just the id)
Modified: trunk/templates/edit_form.tt
===================================================================
--- trunk/templates/edit_form.tt 2006-08-22 21:22:16 UTC (rev 837)
+++ trunk/templates/edit_form.tt 2006-08-24 14:17:59 UTC (rev 838)
@@ -37,7 +37,7 @@
<table summary="Fields containing the node's main content and its
category and locale listings">
<tr>
<td class="label"><label
for="content">Content:</label></td>
- <td><textarea name="content" id="content"
rows="21" cols="70" wrap="virtual">[% content
%]</textarea></td>
+ <td><textarea name="content"
id="content_textarea" rows="21" cols="70"
wrap="virtual">[% content %]</textarea></td>
</tr>
<tr>
<td class="label"><label
for="locales">Locales:<br />(one per line)</label></td>
Show replies by date