Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4de66156
Commit
4de66156
authored
Oct 23, 2012
by
Angie Byron
Browse files
Issue
#1813648
by Ignigena, dawehner: Change responsive table labels.
parent
9d8dd3f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php
View file @
4de66156
...
...
@@ -328,7 +328,7 @@ public function buildOptionsForm(&$form, &$form_state) {
$form
[
'info'
][
$field
][
'responsive'
]
=
array
(
'#type'
=>
'select'
,
'#default_value'
=>
isset
(
$this
->
options
[
'info'
][
$field
][
'responsive'
])
?
$this
->
options
[
'info'
][
$field
][
'responsive'
]
:
''
,
'#options'
=>
array
(
''
=>
t
(
'
None
'
),
RESPONSIVE_PRIORITY_MEDIUM
=>
t
(
'Medium'
),
RESPONSIVE_PRIORITY_LOW
=>
t
(
'Low'
)),
'#options'
=>
array
(
''
=>
t
(
'
High
'
),
RESPONSIVE_PRIORITY_MEDIUM
=>
t
(
'Medium'
),
RESPONSIVE_PRIORITY_LOW
=>
t
(
'Low'
)),
'#states'
=>
array
(
'visible'
=>
array
(
$column_selector
=>
array
(
'value'
=>
$field
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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