summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/sys_form.php3
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>