JText::_('Hot logging') 'files' => JText::_('Log file contents') , 'profile' => JText::_('Profile') ); //--Get component parameters $params =& JComponentHelper::getParams( com_EASY_APP_ELKUKU_1 ); //TODO set default from config ? $checked =' checked="checked"';//( isset(JRequest::getVar($name))) ? ' checked="checked"' : ; echo NL.'
'; $js = "v =( $('div_buildopts').getStyle('display') == 'block') ? 'none' : 'block';"; $js .= "$('div_buildopts').setStyle('display', v);"; echo NL.''; echo NL.''; echo NL.'
'; foreach( $buildopts as $name=>$titel ) { echo NL.' |__'; echo NL.''; echo NL.'
'; }//foreach echo NL.'
'; echo NL.'
'; $options = array (); foreach ($node->children() as $option) { $val = $option->attributes('value'); $text = $option->data(); $options[] = JHTML::_('select.option', $val, JText::_($text)); } return JHTML::_('select.radiolist', $options, ''.$control_name.'['.$name.']', '', 'value', 'text', $value, $control_name.$name ); } }