= $this->translate('You did not create any navigation item yet'); ?>
= $this->translate('Navigation'); ?> | = $this->translate('Type'); ?> | = $this->translate('Shared'); ?> | = $this->translate('Remove'); ?> | $item): ?>
---|---|---|---|
= $this->qlink( $name, 'navigation/edit', array('name' => $name), array( 'title' => sprintf($this->translate('Edit navigation item %s'), $name) ) ); ?> | = $item->type && isset($types[$item->type]) ? $this->escape($types[$item->type]) : $this->escape($this->translate('Unknown')); ?> | = $item->owner ? $this->translate('Yes') : $this->translate('No'); ?> | = $this->qlink( '', 'navigation/remove', array('name' => $name), array( 'icon' => 'trash', 'title' => sprintf($this->translate('Remove navigation item %s'), $name) ) ); ?> |