From bae57838c2dd789064b246308c7cb3a33bba5b8e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 5 Oct 2014 11:22:10 -0400 Subject: Input date format is now a config parameter instead of the current locale --- app/Templates/config_application.php | 4 ++++ app/Templates/project_export.php | 4 ++-- app/Templates/task_edit.php | 2 +- app/Templates/task_new.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'app/Templates') diff --git a/app/Templates/config_application.php b/app/Templates/config_application.php index 251a45dc..97071bd0 100644 --- a/app/Templates/config_application.php +++ b/app/Templates/config_application.php @@ -16,6 +16,10 @@
+ +
+

+
diff --git a/app/Templates/project_export.php b/app/Templates/project_export.php index 46b4f369..02eb389f 100644 --- a/app/Templates/project_export.php +++ b/app/Templates/project_export.php @@ -11,10 +11,10 @@ -
+
- +
diff --git a/app/Templates/task_edit.php b/app/Templates/task_edit.php index 4038717e..73e00a31 100644 --- a/app/Templates/task_edit.php +++ b/app/Templates/task_edit.php @@ -34,7 +34,7 @@
-
+
diff --git a/app/Templates/task_new.php b/app/Templates/task_new.php index e07d436c..867bcbc9 100644 --- a/app/Templates/task_new.php +++ b/app/Templates/task_new.php @@ -39,7 +39,7 @@
-
+
-- cgit v1.2.3