summaryrefslogtreecommitdiff
path: root/modules/book.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-09-28 19:13:03 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-09-28 19:13:03 +0000
commit1298d2b9c90ba496a9e63b76cd9875113d25257e (patch)
tree719c5e7b9d6f1e054cbf9663cfc597ac7b7d3c1d /modules/book.module
parent60f945bcc758b6965e80e64e57219ba4cde02482 (diff)
downloadbrdo-1298d2b9c90ba496a9e63b76cd9875113d25257e.tar.gz
brdo-1298d2b9c90ba496a9e63b76cd9875113d25257e.tar.bz2
Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea.
Diffstat (limited to 'modules/book.module')
-rw-r--r--modules/book.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/book.module b/modules/book.module
index 0d1b1e690..41c0ff843 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -212,6 +212,7 @@ function book_form(&$node) {
}
$output .= form_textarea(t('Body'), 'body', $node->body, 60, 20, '', NULL, TRUE);
+ $output .= filter_form('format', $node->format);
$output .= form_textarea(t('Log message'), 'log', $node->log, 60, 5, t('An explanation of the additions or updates being made to help the group understand your motivations.'));
if (user_access('administer nodes')) {