From 749136361e6eedbc868778db17bdc67aa0f3b677 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 3 Sep 2014 14:25:17 -0700 Subject: Change a category directly from the board --- app/Templates/board_assign.php | 26 -------------------------- app/Templates/board_assignee.php | 24 ++++++++++++++++++++++++ app/Templates/board_category.php | 24 ++++++++++++++++++++++++ app/Templates/board_task.php | 16 ++++++++++------ 4 files changed, 58 insertions(+), 32 deletions(-) delete mode 100644 app/Templates/board_assign.php create mode 100644 app/Templates/board_assignee.php create mode 100644 app/Templates/board_category.php (limited to 'app/Templates') diff --git a/app/Templates/board_assign.php b/app/Templates/board_assign.php deleted file mode 100644 index 45cb4b4f..00000000 --- a/app/Templates/board_assign.php +++ /dev/null @@ -1,26 +0,0 @@ -
- - - -
-

-
- - - - - -
- -
- - -
-
-
- -
\ No newline at end of file diff --git a/app/Templates/board_assignee.php b/app/Templates/board_assignee.php new file mode 100644 index 00000000..41ede32b --- /dev/null +++ b/app/Templates/board_assignee.php @@ -0,0 +1,24 @@ +
+ + + +
+

+
+ + + + + +
+ +
+ + +
+
+
+ +
\ No newline at end of file diff --git a/app/Templates/board_category.php b/app/Templates/board_category.php new file mode 100644 index 00000000..36126a1d --- /dev/null +++ b/app/Templates/board_category.php @@ -0,0 +1,24 @@ +
+ + + +
+

+
+ + + + + +
+ +
+ + +
+
+
+ +
\ No newline at end of file diff --git a/app/Templates/board_task.php b/app/Templates/board_task.php index 4370558b..40590a65 100644 --- a/app/Templates/board_task.php +++ b/app/Templates/board_task.php @@ -23,11 +23,13 @@ # - - - - - - + + + + + + + @@ -44,7 +46,9 @@
- + + +
-- cgit v1.2.3