From cc9a372eaeef787c10565d2d4c3ece75623f518c Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 24 Oct 2005 19:03:09 +0000
Subject: [PATCH] - Patch #34932 by tangent: fixed the placement of the
 'log'-textarea on book preview pages.

---
 modules/book.module      | 2 +-
 modules/book/book.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/book.module b/modules/book.module
index 6c48aaf80e11..7ec687751c03 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -249,7 +249,7 @@ function book_form(&$node) {
   $form = array_merge($form, filter_form($node->format));
 
   $form['log'] = array(
-    '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 19,
+    '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 18,
     '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.')
   );
 
diff --git a/modules/book/book.module b/modules/book/book.module
index 6c48aaf80e11..7ec687751c03 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -249,7 +249,7 @@ function book_form(&$node) {
   $form = array_merge($form, filter_form($node->format));
 
   $form['log'] = array(
-    '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 19,
+    '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 18,
     '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.')
   );
 
-- 
GitLab