From 1298d2b9c90ba496a9e63b76cd9875113d25257e Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 28 Sep 2004 19:13:03 +0000 Subject: Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea. --- modules/comment.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index d50e34532..d4329c956 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1435,12 +1435,12 @@ function theme_comment_form($edit, $title) { $form .= form_textfield(t('Subject'), 'subject', $edit['subject'], 50, 64); } - // format selector - $form .= filter_form('format', $edit['format']); - // comment field: $form .= form_textarea(t('Comment'), 'comment', $edit['comment'] ? $edit['comment'] : $user->signature, 70, 10, '', NULL, TRUE); + // format selector + $form .= filter_form('format', $edit['format']); + // preview button: $form .= form_hidden('cid', $edit['cid']); $form .= form_hidden('pid', $edit['pid']); -- cgit v1.2.3