= $this->translate('There are currently no navigation items being shared'); ?>
= $this->translate('Shared Navigation'); ?> | = $this->translate('Type'); ?> | = $this->translate('Owner'); ?> | = $this->translate('Unshare'); ?> | |
---|---|---|---|---|
= $this->qlink( $item->name, 'navigation/edit', array( 'name' => $item->name, 'type' => $item->type, 'owner' => $item->owner, 'referrer' => 'shared' ), array( 'title' => sprintf($this->translate('Edit shared navigation item %s'), $item->name) ) ); ?> | = $item->type && isset($types[$item->type]) ? $this->escape($types[$item->type]) : $this->escape($this->translate('Unknown')); ?> | = $this->escape($item->owner); ?> | parent): ?>= $this->icon( 'block', sprintf( $this->translate( 'This is a child of the navigation item %1$s. You can' . ' only unshare this item by unsharing %1$s' ), $item->parent ) ); ?> | = $removeForm ->setDefault('name', $item->name) ->setAction(Url::fromPath( 'navigation/unshare', array('type' => $item->type, 'owner' => $item->owner) )); ?> |