From 6d65cfd88343aadc68e4963e66dcdc0688b4346c Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Thu, 26 Jun 2014 15:52:39 +0200 Subject: Use popover to edit task and description directly from board. - Click on 'description' icon opens the 'edit-description' page. - Edit task and edit description now open in popover, like the assign dialog. --- app/Templates/board_task.php | 10 +++++----- app/Templates/task_edit.php | 11 +++++++++-- app/Templates/task_edit_description.php | 7 ++++++- 3 files changed, 20 insertions(+), 8 deletions(-) (limited to 'app/Templates') diff --git a/app/Templates/board_task.php b/app/Templates/board_task.php index fa745ac1..89f768e0 100644 --- a/app/Templates/board_task.php +++ b/app/Templates/board_task.php @@ -20,13 +20,13 @@ - # - + # - - + - + @@ -69,8 +69,8 @@ - + '> - \ No newline at end of file + diff --git a/app/Templates/task_edit.php b/app/Templates/task_edit.php index 015f746d..07c3539b 100644 --- a/app/Templates/task_edit.php +++ b/app/Templates/task_edit.php @@ -1,12 +1,14 @@
-
+ @@ -47,7 +49,12 @@
- + + + + + +
diff --git a/app/Templates/task_edit_description.php b/app/Templates/task_edit_description.php index 550dac73..ba0d3887 100644 --- a/app/Templates/task_edit_description.php +++ b/app/Templates/task_edit_description.php @@ -2,7 +2,7 @@

-
+ @@ -13,6 +13,11 @@
+ + + +
+ -- cgit v1.2.3