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:
+1
-1
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user