You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MichiK 36b7f8d2a2 Fix datepicker
`<input type="date">` and JS datepicker combined cause trouble in some
browsers, so this changes all the date input fields' type to `text`
via JS so that the browser's datepicker is only used when a user has
disabled JavaScript.

In addition, it adds a placeholder so the user knows which date format
to use when entering the date manually.

This closes #507.
6 years ago
..
controller Moved permission checks to Authenticator class 6 years ago
helper
mailer
model
pages
view Moved permission checks to Authenticator class 6 years ago
application.php
autoload.php
engelsystem.php
includes.php
sys_auth.php
sys_form.php Fix datepicker 6 years ago
sys_log.php
sys_menu.php
sys_page.php
sys_template.php