31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-27 12:09:01 +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:
zero-24 2015-01-25 02:24:43 +01:00
parent a0cac6e613
commit 0d4acdf6b6

View File

@ -10,6 +10,7 @@
\JHtml::_('behavior.tooltip');
\JHtml::_('behavior.modal');
\JHtml::_('formbehavior.chosen', 'select');
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));