addScriptDeclaration(' Joomla.submitbutton = function(task) { if (task == "profile.cancel" || document.formvalidator.isValid(document.getElementById("profile-form"))) { Joomla.submitform(task, document.getElementById("profile-form")); } }; '); // Load chosen.css JHtml::_('formbehavior.chosen', 'select'); // Get the form fieldsets. $fieldsets = $this->form->getFieldsets(); ?>
'account')); ?> form->getFieldset('user_details') as $field) : ?>
label; ?>
input; ?>
name == 'user_details') { continue; } ?> name, JText::_($fieldset->label, true)); ?> form->getFieldset($fieldset->name) as $field) : ?> hidden) : ?>
input; ?>
label; ?>
input; ?>