From 08621f99e6333c5e218724d173654bf225586d59 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 20 Jun 2014 16:01:53 -0300 Subject: Merge pull-request #106 (datepicker and long column names fix) --- app/Templates/board_show.php | 4 +++- app/Templates/layout.php | 3 ++- app/Templates/task_edit.php | 6 +++--- app/Templates/task_new.php | 5 +++-- 4 files changed, 11 insertions(+), 7 deletions(-) (limited to 'app') diff --git a/app/Templates/board_show.php b/app/Templates/board_show.php index 6a138bf9..d5f31413 100644 --- a/app/Templates/board_show.php +++ b/app/Templates/board_show.php @@ -3,7 +3,9 @@ - + +
+ + +
diff --git a/app/Templates/layout.php b/app/Templates/layout.php index aa430477..62377588 100644 --- a/app/Templates/layout.php +++ b/app/Templates/layout.php @@ -12,6 +12,7 @@ + @@ -58,4 +59,4 @@ - \ No newline at end of file + diff --git a/app/Templates/task_edit.php b/app/Templates/task_edit.php index c03c7d9a..015f746d 100644 --- a/app/Templates/task_edit.php +++ b/app/Templates/task_edit.php @@ -22,7 +22,6 @@
- @@ -44,7 +43,6 @@
-
@@ -53,4 +51,6 @@
- \ No newline at end of file + + + diff --git a/app/Templates/task_new.php b/app/Templates/task_new.php index 2938c4ca..392330ae 100644 --- a/app/Templates/task_new.php +++ b/app/Templates/task_new.php @@ -21,7 +21,6 @@
- @@ -50,4 +49,6 @@
- \ No newline at end of file + + + -- cgit v1.2.3