From 164b8dbe57aba39e8749de9359ceddea5d818697 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 20 Nov 2017 15:32:59 -0700 Subject: [PATCH] Add proper datetimepicker to task editor --- pages.php | 2 + pages/edittask.php | 4 +- static/css/app.css | 5 +- static/fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes static/fonts/glyphicons-halflings-regular.svg | 288 ++++++++++++++++++ static/fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes static/js/edittask.js | 12 +- 9 files changed, 307 insertions(+), 4 deletions(-) create mode 100644 static/fonts/glyphicons-halflings-regular.eot create mode 100644 static/fonts/glyphicons-halflings-regular.svg create mode 100644 static/fonts/glyphicons-halflings-regular.ttf create mode 100644 static/fonts/glyphicons-halflings-regular.woff create mode 100644 static/fonts/glyphicons-halflings-regular.woff2 diff --git a/pages.php b/pages.php index 79dd25f..02be4aa 100644 --- a/pages.php +++ b/pages.php @@ -54,6 +54,8 @@ define("PAGES", [ ], "scripts" => [ "static/js/summernote.min.js", + "static/js/moment.min.js", + "static/js/bootstrap-datetimepicker.min.js", "static/js/jquery.easy-autocomplete.min.js", "static/js/edittask.js" ] diff --git a/pages/edittask.php b/pages/edittask.php index 2389f9e..99a72bb 100644 --- a/pages/edittask.php +++ b/pages/edittask.php @@ -70,10 +70,10 @@ redirectifnotloggedin(); : " placeholder="" />
- : " /> + : " />
- : "/> + : "/>