Skip to content

Commit

Permalink
Open site-admin show View link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Jun 20, 2024
1 parent e0a284a commit 620a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/view/omeka/site-admin/index/show.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $this->htmlElement('body')->appendAttribute('class', 'sites show');
<?php if ($site->userIsAllowed('update')): ?>
<?php echo $site->link($translate('Edit'), null, ['class' => 'button']); ?>
<?php endif; ?>
<?php echo $this->hyperlink($translate('View'), $site->siteUrl(), ['class' => 'button']); ?>
<?php echo $this->hyperlink($translate('View'), $site->siteUrl(), ['class' => 'button', 'target' => '_blank']); ?>
</div>
<div class="breadcrumbs">
<?php echo $this->hyperlink($translate('Back to site list'), $this->url('admin/site'), ['class' => 'o-icon-left']); ?>
Expand Down

0 comments on commit 620a1af

Please sign in to comment.