Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
cc9a372e
Commit
cc9a372e
authored
Oct 24, 2005
by
Dries
Browse files
- Patch
#34932
by tangent: fixed the placement of the 'log'-textarea on book preview pages.
parent
47943f19
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/book.module
View file @
cc9a372e
...
...
@@ -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'
=>
1
9
,
'#type'
=>
'textarea'
,
'#title'
=>
t
(
'Log message'
),
'#default_value'
=>
$node
->
log
,
'#rows'
=>
5
,
'#weight'
=>
1
8
,
'#description'
=>
t
(
'An explanation of the additions or updates being made to help other authors understand your motivations.'
)
);
...
...
modules/book/book.module
View file @
cc9a372e
...
...
@@ -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'
=>
1
9
,
'#type'
=>
'textarea'
,
'#title'
=>
t
(
'Log message'
),
'#default_value'
=>
$node
->
log
,
'#rows'
=>
5
,
'#weight'
=>
1
8
,
'#description'
=>
t
(
'An explanation of the additions or updates being made to help other authors understand your motivations.'
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment