My WorkspaceOrg main page, personal per-user project workspaces -- dashboard page, badges, CRUD + assign
This commit is contained in:
11
Template/workspace/remove.php
Normal file
11
Template/workspace/remove.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user