'bottom')); JHtml::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); JHtml::_('formbehavior.chosen', 'select'); JHtml::_('behavior.multiselect'); // Special case for the search field tooltip. $searchFilterDesc = $this->filterForm->getFieldAttribute('search', 'description', null, 'filter'); JHtml::_('bootstrap.tooltip', '#filter_search', array('title' => JText::_($searchFilterDesc), 'placement' => 'bottom')); $input = JFactory::getApplication()->input; $field = $input->getCmd('field'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $enabledStates = array(0 => 'icon-publish', 1 => 'icon-unpublish'); $activatedStates = array(0 => 'icon-publish', 1 => 'icon-unpublish'); $userRequired = (int) $input->get('required', 0, 'int'); /** * Mootools compatibility * * There is an extra option passed in the URL for the iframe &ismoo=0 for the bootstraped field. * By default the value will be 1 or defaults to mootools behaviour using function jSelectUser() * * This should be removed when mootools won't be shipped by Joomla. */ $isMoo = $input->getInt('ismoo', 1); if ($isMoo) { $onClick = "window.parent.jSelectUser(this);window.parent.jQuery('.modal.in').modal('hide');"; } ?>