getTemplate(); // Load the tooltip behavior. JHtml::_('bootstrap.tooltip'); JHtml::_('behavior.formvalidator'); JHtml::_('behavior.keepalive'); JHtml::_('formbehavior.chosen', '.chzn-custom-value', null, array('disable_search_threshold' => 0)); JHtml::_('formbehavior.chosen', 'select'); // Load JS message titles JText::script('ERROR'); JText::script('WARNING'); JText::script('NOTICE'); JText::script('MESSAGE'); JFactory::getDocument()->addScriptDeclaration( ' Joomla.submitbutton = function(task) { if (task === "config.cancel.component" || document.formvalidator.isValid(document.getElementById("component-form"))) { jQuery("#permissions-sliders select").attr("disabled", "disabled"); Joomla.submitform(task, document.getElementById("component-form")); } }; // Select first tab jQuery(document).ready(function() { jQuery("#configTabs a:first").tab("show"); });' ); ?>