petr's patch to fix problem with htmlarea breaking clientside validation. Also using id's with same naming convention as formslib for htmlareas.

This commit is contained in:
jamiesensei
2006-12-05 13:21:40 +00:00
parent eca038b50b
commit 0befbdfd8f
5 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -110,7 +110,7 @@
echo '</center>';
echo "\n<script type=\"text/javascript\">\n<!--\n"; /// Focus on the textarea
echo 'document.getElementById("edit-message").focus();'."\n";
echo 'document.getElementById("id_message").focus();'."\n";
echo "\n-->\n</script>\n\n";
echo '</body></html>';