diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-01 21:23:46 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-01 21:23:46 -0500 |
commit | 50a9e2ba7db6a155cee75771d73c584d721cf687 (patch) | |
tree | cf985e7050b9293e2ec4b13d40689a4a0b10644f /app/Template/project_disable.php | |
parent | 67eae33fb88e840047a33558de56090d8bcc62fb (diff) |
Move project templates to a subfolder
Diffstat (limited to 'app/Template/project_disable.php')
-rw-r--r-- | app/Template/project_disable.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/Template/project_disable.php b/app/Template/project_disable.php deleted file mode 100644 index 7a729fa3..00000000 --- a/app/Template/project_disable.php +++ /dev/null @@ -1,14 +0,0 @@ -<div class="page-header"> - <h2><?= t('Project activation') ?></h2> -</div> - -<div class="confirm"> - <p class="alert alert-info"> - <?= t('Do you really want to disable this project: "%s"?', $project['name']) ?> - </p> - - <div class="form-actions"> - <?= Helper\a(t('Yes'), 'project', 'disable', array('project_id' => $project['id'], 'disable' => 'yes'), true, 'btn btn-red') ?> - <?= t('or') ?> <?= Helper\a(t('cancel'), 'project', 'show', array('project_id' => $project['id'])) ?> - </div> -</div>
\ No newline at end of file |