- Patch #34932 by tangent: fixed the placement of the 'log'-textarea on book preview pages.
parent
47943f192d
commit
cc9a372eae
|
@ -249,7 +249,7 @@ function book_form(&$node) {
|
||||||
$form = array_merge($form, filter_form($node->format));
|
$form = array_merge($form, filter_form($node->format));
|
||||||
|
|
||||||
$form['log'] = array(
|
$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.')
|
'#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -249,7 +249,7 @@ function book_form(&$node) {
|
||||||
$form = array_merge($form, filter_form($node->format));
|
$form = array_merge($form, filter_form($node->format));
|
||||||
|
|
||||||
$form['log'] = array(
|
$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.')
|
'#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue