diff options
author | msquare <msquare@notrademark.de> | 2017-12-01 09:28:11 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-01 09:28:11 +0100 |
commit | a5f5dc52c87ed7f2389666dba9b88ae0a94bc292 (patch) | |
tree | 080fd469db3c36a4eb6a22ff63577d9abbb0a6e0 /includes/sys_form.php | |
parent | 4b2bc20d0e1804d157a470723577100a59b59b4c (diff) |
update bootstrap-datepicker and set orientation to bottom, fixes #370
Diffstat (limited to 'includes/sys_form.php')
-rw-r--r-- | includes/sys_form.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/sys_form.php b/includes/sys_form.php index 7fa0682d..24630115 100644 --- a/includes/sys_form.php +++ b/includes/sys_form.php @@ -76,7 +76,8 @@ function form_date($name, $label, $value, $start_date = '', $end_date = '') todayBtn: "linked", format: "yyyy-mm-dd", startDate: "' . $start_date . '", - endDate: "' . $end_date . '" + endDate: "' . $end_date . '", + orientation: "bottom" }); }); </script> |