Skip to content

Commit eb76a9f

Browse files
committed
Add jQuery CSS
1 parent 964dd8e commit eb76a9f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
- Load JavaScript scripts with the new way
1616
- Fix undefined index error for `idps_in_searchable_list_index`
17+
- Load jQuery CSS script
1718

1819
### Changed
1920

themes/ssp/discopower/disco.tpl.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525

2626
$this->data['header'] = $this->t('selectidp');
2727
$this->data['header'] = $this->t($this->data['header']);
28-
$this->data['jquery'] = ['core' => true, 'ui' => true, 'css' => true];
28+
$this->data['jquery'] = ['core' => true, 'ui' => false, 'css' => false];
2929

30-
$this->data['head'] .= $this->data['search'];
30+
$this->data['head'] = '<link rel="stylesheet" media="screen" type="text/css" href="'.
31+
SimpleSAML\Module::getModuleURL('discopower/assets/css/uitheme1.12.1/jquery-ui.min.css').'" />';
3132

3233
if (!empty($faventry)) $this->data['autofocus'] = 'favouritesubmit';
3334

0 commit comments

Comments
 (0)