diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-13 20:04:34 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-13 20:04:34 -0500 |
commit | e4efc73a90b0ef62b5d828db53a365184be40137 (patch) | |
tree | 77a376887a5b5e2f623f8642258ccb0c6846532d /app/Template/category_edit.php | |
parent | 84770123b4784a74b804a00facaea5bf9ae14c9f (diff) |
Move category template to a subfolder
Diffstat (limited to 'app/Template/category_edit.php')
-rw-r--r-- | app/Template/category_edit.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/Template/category_edit.php b/app/Template/category_edit.php deleted file mode 100644 index 278d7e12..00000000 --- a/app/Template/category_edit.php +++ /dev/null @@ -1,16 +0,0 @@ -<div class="page-header"> - <h2><?= t('Category modification for the project "%s"', $project['name']) ?></h2> -</div> - -<form method="post" action="?controller=category&action=update&project_id=<?= $project['id'] ?>" autocomplete="off"> - <?= Helper\form_csrf() ?> - <?= Helper\form_hidden('id', $values) ?> - <?= Helper\form_hidden('project_id', $values) ?> - - <?= Helper\form_label(t('Category 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"/> - </div> -</form>
\ No newline at end of file |