'details', 'recall' => true, 'breakpoint' => 768]); ?>
form->renderField('type');
if ($this->item->type == 'alias')
{
echo $this->form->renderField('aliasoptions', 'params');
}
if ($this->item->type == 'separator')
{
echo $this->form->renderField('text_separator', 'params');
}
echo $this->form->renderFieldset('request');
if ($this->item->type == 'url')
{
$this->form->setFieldAttribute('link', 'readonly', 'false');
$this->form->setFieldAttribute('link', 'required', 'true');
}
echo $this->form->renderField('link');
if ($this->item->type == 'alias')
{
echo $this->form->renderField('alias_redirect', 'params');
}
echo $this->form->renderField('browserNav');
echo $this->form->renderField('template_style_id');
if (!$isModal && $this->item->type == 'container')
{
echo $this->loadTemplate('container');
}
?>
fields = array(
'id',
'client_id',
'menutype',
'parent_id',
'menuordering',
'published',
'publish_up',
'publish_down',
'home',
'access',
'language',
'note',
);
if ($this->item->type != 'component')
{
$this->fields = array_diff($this->fields, array('home'));
$this->form->setFieldAttribute('publish_up', 'showon', '');
$this->form->setFieldAttribute('publish_down', 'showon', '');
}
?>
fields = array(
'id',
'client_id',
'menutype',
'parent_id',
'menuordering',
'published',
'home',
'publish_up',
'publish_down',
'access',
'language',
'note',
);
if ($this->item->type != 'component')
{
$this->fields = array_diff($this->fields, array('home'));
$this->form->setFieldAttribute('publish_up', 'showon', '');
$this->form->setFieldAttribute('publish_down', 'showon', '');
}
echo LayoutHelper::render('joomla.edit.global', $this); ?>
fieldsets = array();
$this->ignore_fieldsets = array('aliasoptions', 'request', 'item_associations');
echo LayoutHelper::render('joomla.edit.params', $this);
?>
state->get('item.client_id') != 1) : ?>
modules)) : ?>