From: Isabelle V. <ver...@fr...> - 2011-08-26 21:18:43
|
Hello, In this revision: - minor changes: utf8_encode added for correct display of dates; use of the utf-8 charset for meta tag of popup_template.php - modification of datetimepicker_css.js for translation of month names and week day names: o removal of MonthName, WeekDayName1 and WeekDayName2 in datetimepicker_css.js o new corresponding values of these variables in language files o new file include/language/datetimepicker_lang.inc to set variables using the language files o before each use of datetimepicker_css.js in PHP files, addition of require_once for datetimepicker_lang.inc I think what the datetimepicker is only needed for forms about a short period of time (less than a month) as for: daily, weekly, simple, weekly and half-month reports. For other forms where the period of time is a month (monthly, submit, absence, ...), I suggest a small calendar displaying only month and year or the use of two "selects" (month, year). What is your opinion? Isabelle. |