= $this->tabs; ?>
= $this->sortBox; ?>
= $this->limiter; ?>
= $this->paginator; ?>
= $this->filterEditor; ?>
= $this->translate('There are currently no navigation items being shared'); ?>
= $this->translate('Shared Navigation'); ?> |
= $this->translate('Type'); ?> |
= $this->translate('Owner'); ?> |
= $this->translate('Unshare'); ?> |
$item): ?>
= $this->qlink(
$name,
'navigation/edit',
array('name' => $name),
array(
'title' => sprintf($this->translate('Edit shared navigation item %s'), $name)
)
); ?> |
= $item->type && isset($types[$item->type])
? $this->escape($types[$item->type])
: $this->escape($this->translate('Unknown')); ?> |
= $this->escape($item->owner); ?> |
= $removeForm->setDefault('name', $name); ?> |