item->id, array('useCookie' => 1)); ?>
form->getInput('selections'); ?>
form->getFieldsets('attribs');
foreach ($fieldSets as $name => $fieldSet) :
echo JHtml::_('sliders.panel', JText::_($fieldSet->label), $name . '-options');
if (isset($fieldSet->description) && trim($fieldSet->description)) :
echo '
' . $this->escape(JText::_($fieldSet->description)) . '
';
endif;
?>