- Patch #34932 by tangent: fixed the placement of the 'log'-textarea on book preview pages.

4.7.x
Dries Buytaert 2005-10-24 19:03:09 +00:00
parent 47943f192d
commit cc9a372eae
2 changed files with 2 additions and 2 deletions

View File

@ -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.')
);

View File

@ -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.')
);