Skip to content
Snippets Groups Projects
Verified Commit 8ed474db authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3451738 by Grimreaper, BramDriesen: Remove JavaScript from Views...

Issue #3451738 by Grimreaper, BramDriesen: Remove JavaScript from Views configuration form now that it is only CSS

(cherry picked from commit cdb29302)
parent f72d926d
Branches
Tags
5 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php
Pipeline #188900 passed
......@@ -108,7 +108,7 @@ views.style.table:
label: 'Override normal sorting if click sorting is used'
sticky:
type: boolean
label: 'Enable Drupal style "sticky" table headers (JavaScript)'
label: 'Enable Drupal style "sticky" table headers'
summary:
type: label
label: 'Summary title'
......
......@@ -218,7 +218,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$form['sticky'] = [
'#type' => 'checkbox',
'#title' => $this->t('Enable Drupal style "sticky" table headers (JavaScript)'),
'#title' => $this->t('Enable Drupal style "sticky" table headers'),
'#default_value' => !empty($this->options['sticky']),
'#description' => $this->t('(Sticky header effects will not be active for preview below, only on live output.)'),
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment