diff options
Diffstat (limited to 'templates/project_new.php')
-rw-r--r-- | templates/project_new.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/project_new.php b/templates/project_new.php deleted file mode 100644 index 2026d461..00000000 --- a/templates/project_new.php +++ /dev/null @@ -1,20 +0,0 @@ -<section id="main"> - <div class="page-header"> - <h2><?= t('New project') ?></h2> - <ul> - <li><a href="?controller=project"><?= t('All projects') ?></a></li> - </ul> - </div> - <section> - <form method="post" action="?controller=project&action=save" autocomplete="off"> - - <?= Helper\form_label(t('Name'), 'name') ?> - <?= Helper\form_text('name', $values, $errors, array('autofocus', 'required')) ?> - - <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> - <?= t('or') ?> <a href="?controller=project"><?= t('cancel') ?></a> - </div> - </form> - </section> -</section>
\ No newline at end of file |