diff options
Diffstat (limited to 'templates/project_remove.php')
-rw-r--r-- | templates/project_remove.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/project_remove.php b/templates/project_remove.php deleted file mode 100644 index e9f213b5..00000000 --- a/templates/project_remove.php +++ /dev/null @@ -1,16 +0,0 @@ -<section id="main"> - <div class="page-header"> - <h2><?= t('Remove project') ?></h2> - </div> - - <div class="confirm"> - <p class="alert alert-info"> - <?= t('Do you really want to remove this project: "%s"?', $project['name']) ?> - </p> - - <div class="form-actions"> - <a href="?controller=project&action=remove&project_id=<?= $project['id'] ?>" class="btn btn-red"><?= t('Yes') ?></a> - <?= t('or') ?> <a href="?controller=project"><?= t('cancel') ?></a> - </div> - </div> -</section>
\ No newline at end of file |