12 lines
387 B
PHP
12 lines
387 B
PHP
<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>
|