Files

12 lines
387 B
PHP
Raw Permalink Normal View History

<div class="page-header">
<h2><?= t('Remove workspace') ?></h2>
</div>
<div class="confirm">
<p class="alert alert-info">
<?= t('Do you really want to remove the workspace "%s"? Its projects will move to Default.', $name) ?>
</p>
<?= $this->modal->confirmButtons('WorkspaceOrgController', 'remove', array('plugin' => 'WorkspaceOrg', 'name' => $name)) ?>
</div>