Issue #1541040 by dawehner | hiddenfellon: Fixed Reorder Display issue.
parent
cd5adcf78e
commit
37fcdec814
|
|
@ -3196,11 +3196,13 @@ function theme_views_ui_reorder_displays_form($vars) {
|
||||||
drupal_add_tabledrag('reorder-displays', 'order', 'sibling', 'weight');
|
drupal_add_tabledrag('reorder-displays', 'order', 'sibling', 'weight');
|
||||||
|
|
||||||
$output = drupal_render($form['override']);
|
$output = drupal_render($form['override']);
|
||||||
|
$output .= '<div class="scroll">';
|
||||||
$output .= theme('table',
|
$output .= theme('table',
|
||||||
array('header' => $header,
|
array('header' => $header,
|
||||||
'rows' => $rows,
|
'rows' => $rows,
|
||||||
'attributes' => array('id' => 'reorder-displays'),
|
'attributes' => array('id' => 'reorder-displays'),
|
||||||
));
|
));
|
||||||
|
$output .= '</div>';
|
||||||
$output .= drupal_render_children($form);
|
$output .= drupal_render_children($form);
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue