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
58be1ccf
Commit
58be1ccf
authored
Apr 07, 2013
by
webchick
Browse files
Issue
#1963368
by xjm: Move 'no results behavior' into the second column of the Views UI.
parent
27ac97ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
View file @
58be1ccf
...
...
@@ -468,6 +468,7 @@ public function getDisplayDetails($view, $display) {
$build
[
'columns'
][
'second'
][
'settings'
]
=
array
();
$build
[
'columns'
][
'second'
][
'header'
]
=
array
();
$build
[
'columns'
][
'second'
][
'footer'
]
=
array
();
$build
[
'columns'
][
'second'
][
'empty'
]
=
array
();
$build
[
'columns'
][
'second'
][
'pager'
]
=
array
();
// The third column buckets are wrapped in details.
...
...
@@ -527,9 +528,9 @@ public function getDisplayDetails($view, $display) {
$build
[
'columns'
][
'first'
][
'sorts'
]
=
$this
->
getFormBucket
(
$view
,
'sort'
,
$display
);
$build
[
'columns'
][
'second'
][
'header'
]
=
$this
->
getFormBucket
(
$view
,
'header'
,
$display
);
$build
[
'columns'
][
'second'
][
'footer'
]
=
$this
->
getFormBucket
(
$view
,
'footer'
,
$display
);
$build
[
'columns'
][
'second'
][
'empty'
]
=
$this
->
getFormBucket
(
$view
,
'empty'
,
$display
);
$build
[
'columns'
][
'third'
][
'arguments'
]
=
$this
->
getFormBucket
(
$view
,
'argument'
,
$display
);
$build
[
'columns'
][
'third'
][
'relationships'
]
=
$this
->
getFormBucket
(
$view
,
'relationship'
,
$display
);
$build
[
'columns'
][
'third'
][
'empty'
]
=
$this
->
getFormBucket
(
$view
,
'empty'
,
$display
);
return
$build
;
}
...
...
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