From 833bd3f8a90b604f4ab289dab9366c0032ce5216 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 19 Jul 2014 22:08:07 -0230 Subject: Add Task CSV export and Kanboard CLI --- app/Templates/project_export.php | 33 +++++++++++++++++++++++++++++++++ app/Templates/project_index.php | 3 +++ app/Templates/task_edit.php | 4 ++-- app/Templates/task_layout.php | 2 +- app/Templates/task_new.php | 4 ++-- 5 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 app/Templates/project_export.php (limited to 'app/Templates') diff --git a/app/Templates/project_export.php b/app/Templates/project_export.php new file mode 100644 index 00000000..946a68a8 --- /dev/null +++ b/app/Templates/project_export.php @@ -0,0 +1,33 @@ +
+ +
+ +
+ + + + + + +
+ + + + +
+ +
+ +
+
+ +
+
\ No newline at end of file diff --git a/app/Templates/project_index.php b/app/Templates/project_index.php index 927924a5..097ebd1f 100644 --- a/app/Templates/project_index.php +++ b/app/Templates/project_index.php @@ -89,6 +89,9 @@
  • +
  • + +
  • diff --git a/app/Templates/task_edit.php b/app/Templates/task_edit.php index 0f1ec6f7..a3a0eddd 100644 --- a/app/Templates/task_edit.php +++ b/app/Templates/task_edit.php @@ -7,7 +7,7 @@ -
    +
    @@ -39,7 +39,7 @@
    - +
    diff --git a/app/Templates/task_layout.php b/app/Templates/task_layout.php index 9a6bbd00..96c45608 100644 --- a/app/Templates/task_layout.php +++ b/app/Templates/task_layout.php @@ -5,7 +5,7 @@
  • -
    +
    $task)) ?> diff --git a/app/Templates/task_new.php b/app/Templates/task_new.php index 5e4e3ee6..e07d436c 100644 --- a/app/Templates/task_new.php +++ b/app/Templates/task_new.php @@ -2,7 +2,7 @@ -
    +
    @@ -35,7 +35,7 @@
    - +
    -- cgit v1.2.3