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
62cefb8a
Commit
62cefb8a
authored
May 18, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1571198
by dawehner: Move menu suffix after the contextual link settings.
parent
c26700ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/views_plugin_display_page.inc
View file @
62cefb8a
...
...
@@ -376,7 +376,6 @@ function options_form(&$form, &$form_state) {
);
}
$form
[
'menu'
][
'weight'
]
=
array
(
'#suffix'
=>
'</div>'
,
'#title'
=>
t
(
'Weight'
),
'#type'
=>
'textfield'
,
'#default_value'
=>
isset
(
$menu
[
'weight'
])
?
$menu
[
'weight'
]
:
0
,
...
...
@@ -385,6 +384,7 @@ function options_form(&$form, &$form_state) {
);
$form
[
'menu'
][
'context'
]
=
array
(
'#title'
=>
t
(
'Context'
),
'#suffix'
=>
'</div>'
,
'#type'
=>
'checkbox'
,
'#default_value'
=>
!
empty
(
$menu
[
'context'
]),
'#description'
=>
t
(
'Displays the link in contextual links'
),
...
...
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