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
37fcdec8
Commit
37fcdec8
authored
Jul 16, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1541040
by dawehner | hiddenfellon: Fixed Reorder Display issue.
parent
cd5adcf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/admin.inc
View file @
37fcdec8
...
...
@@ -3196,11 +3196,13 @@ function theme_views_ui_reorder_displays_form($vars) {
drupal_add_tabledrag
(
'reorder-displays'
,
'order'
,
'sibling'
,
'weight'
);
$output
=
drupal_render
(
$form
[
'override'
]);
$output
.
=
'<div class="scroll">'
;
$output
.
=
theme
(
'table'
,
array
(
'header'
=>
$header
,
'rows'
=>
$rows
,
'attributes'
=>
array
(
'id'
=>
'reorder-displays'
),
));
$output
.
=
'</div>'
;
$output
.
=
drupal_render_children
(
$form
);
return
$output
;
...
...
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