mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-15 17:47:10 +00:00
adding chosen css
This PR add the chosen css that makes the dropdown looking better (as we have in core)
This commit is contained in:
parent
a0cac6e613
commit
0d4acdf6b6
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
\JHtml::_('behavior.tooltip');
|
\JHtml::_('behavior.tooltip');
|
||||||
\JHtml::_('behavior.modal');
|
\JHtml::_('behavior.modal');
|
||||||
|
\JHtml::_('formbehavior.chosen', 'select');
|
||||||
|
|
||||||
$listOrder = $this->escape($this->state->get('list.ordering'));
|
$listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$listDirn = $this->escape($this->state->get('list.direction'));
|
$listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
Loading…
Reference in New Issue
Block a user