item->xml) : ?>
item->xml->description) : ?>
item->xml)
{
echo ($text = (string) $this->item->xml->name) ? JText::_($text) : $this->item->module;
}
else
{
echo JText::_('COM_MODULES_ERR_XML');
}
?>
item->client_id == 0 ? JText::_('JSITE') : JText::_('JADMINISTRATOR'); ?>
item->xml->description);
$this->fieldset = 'description';
$long_description = JLayoutHelper::render('joomla.edit.fieldset', $this);
if(!$long_description) {
$truncated = JHtmlString::truncate($short_description, 550, true, false);
if(strlen($truncated) > 500) {
$long_description = $short_description;
$short_description = JHtmlString::truncate($truncated, 250);
if($short_description == $long_description) {
$long_description = '';
}
}
}
?>
form->getInput($hasContentFieldName);
}
$this->fieldset = 'basic';
$html = JLayoutHelper::render('joomla.edit.fieldset', $this);
echo $html ? '
' . $html : '';
?>
fields = array(
'published',
'publish_up',
'publish_down',
'access',
'ordering',
'language',
'note'
);
?>