'general', 'recall' => true, 'breakpoint' => 768]); ?>
item->xml) : ?>
item->xml->description) : ?>
item->xml)
{
echo ($text = (string) $this->item->xml->name) ? Text::_($text) : $this->item->module;
}
else
{
echo Text::_('COM_MODULES_ERR_XML');
}
?>
item->client_id == 0 ? Text::_('JSITE') : Text::_('JADMINISTRATOR'); ?>
fieldset = 'description';
$short_description = Text::_($this->item->xml->description);
$long_description = LayoutHelper::render('joomla.edit.fieldset', $this);
if (!$long_description)
{
$truncated = HTMLHelper::_('string.truncate', $short_description, 550, true, false);
if (strlen($truncated) > 500)
{
$long_description = $short_description;
$short_description = HTMLHelper::_('string.truncate', $truncated, 250);
if ($short_description == $long_description)
{
$long_description = '';
}
}
}
?>
form->getInput($hasContentFieldName);
}
$this->fieldset = 'basic';
$html = LayoutHelper::render('joomla.edit.fieldset', $this);
echo $html ? '
' . $html : '';
?>
fields = array(
'showtitle',
'position',
'published',
'publish_up',
'publish_down',
'access',
'ordering',
'language',
'note'
);
?>
item->client_id == 0) : ?>
item->client_id == 0) : ?>
fieldsets = array();
$this->ignore_fieldsets = array('basic', 'description');
echo LayoutHelper::render('joomla.edit.params', $this);
?>
canDo->get('core.admin')) : ?>
form->getInput('module'); ?>
form->getInput('client_id'); ?>