engelsystem/includes/pages
MichiK 252f003b94 Really fix the data/timepicker CSS and JS
Attaching the timepicker to the input instead of the sorrounding div didn't
turn out as expected. Therefore, I used the same mechanism for DOM attachment
and lazy initialization for the timepicker like for the datepicker.

Instead of trying to load the CSS through webpack and some JS voodoo, it's
a lot simpler to just include it via the normal base theme CSS. This works.
In addition, I noticed that there is an easier way to read the current locale.
No need to do this twice via different ways.

This closes #516.
2018-12-08 21:14:20 +01:00
..
admin_active.php Require POST for sending forms 2018-11-21 19:24:36 +01:00
admin_arrive.php Change the color of "reset" in admin_arrive 2018-12-07 17:26:44 +01:00
admin_free.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
admin_groups.php Require POST for sending forms 2018-11-21 19:24:36 +01:00
admin_import.php Require POST for sending forms 2018-11-21 19:24:36 +01:00
admin_log.php Models: Added LogEntry model 2018-08-31 03:24:54 +02:00
admin_news.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
admin_questions.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
admin_rooms.php Require POST for sending forms 2018-11-21 19:24:36 +01:00
admin_shifts.php Require POST for sending forms 2018-11-21 19:24:36 +01:00
admin_user.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
guest_login.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
guest_start.php PPHDoc, formatting, fixes, cleanup 2017-01-03 03:22:48 +01:00
guest_stats.php Replaced more sql queries and old data 2018-10-31 13:43:23 +01:00
user_atom.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
user_ical.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
user_messages.php Replaced `Auth()` with `auth()` 2018-10-31 13:43:23 +01:00
user_myshifts.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
user_news.php Moved permission checks to Authenticator class 2018-12-02 12:53:31 +01:00
user_questions.php Require POST for sending forms 2018-11-21 19:24:36 +01:00
user_settings.php Require POST for sending forms 2018-11-21 19:24:36 +01:00
user_shifts.php Really fix the data/timepicker CSS and JS 2018-12-08 21:14:20 +01:00