AAAAhome/academiac/www/administrator/templates/hathor/html/com_menus/item/edit_options.php 0000644 00000005545 15137175630 0025473 0 ustar 00 form->getFieldsets('request'); if (!empty($fieldSets)) { $fieldSet = array_shift($fieldSets); $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MENUS_'.$fieldSet->name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), 'request-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '
'.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?> form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MENUS_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo ''.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?> form->getFieldsets('associations'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MENUS_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo ''.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?> home/academiac/www/administrator/templates/hathor/html/com_plugins/plugin/edit_options.php 0000644 00000002323 15137203676 0026356 0 ustar 00 form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_PLUGINS_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo ''.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?> home/academiac/www/administrator/templates/hathor/html/com_categories/category/edit_options.php 0000644 00000004176 15137246704 0027350 0 ustar 00 form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_CATEGORIES_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo ''.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?> home/academiac/www/administrator/templates/hathor/html/com_modules/module/edit_options.php 0000644 00000002343 15137247000 0026323 0 ustar 00 form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MODULES_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo ''.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?> home/academiac/www/administrator/components/com_categories/views/category/tmpl/edit_options.php 0000644 00000003673 15137661326 0027421 0 ustar 00 form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_CATEGORIES_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo ''.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?> home/academiac/www/administrator/components/com_modules/views/module/tmpl/edit_options.php 0000644 00000002221 15137745674 0026411 0 ustar 00 form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MODULES_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo ''.$this->escape(JText::_($fieldSet->description)).'
'; endif; ?>