Scroll down for English.
Удобный виджет выбора даты и времени для Combodo iTop 2.1.
Этот модуль заменяет стандартный виджет выбора даты и времени на вот этот:
Устанавливаем, как и любой другой модуль в iTop:
- Перекладываем папку datatimepicker-widget в itop/extensions/.
- Разрешаем редактирование config-файла iTop itop/conf/production/config-itop.php.
- Переходим в браузере http://my-itop/setup и выбираем "Upgrade an existing iTop instance".
- На предпоследнем шаге ставим галочку напротив названия модуля и устанавливаем.
- Готово.
После установки модуля в config-файле добавятся параметры виджета, доступные для редактирования.
'datetimepicker-widget' => array (
'enabled' => true,
'default' => array(
'lang' => 'ru',
'dayOfWeekStart' => 1,
'step' => 30
)
),
Возможные значения параметров смотри в документации к плагину.
- Формат может быть только такой:
Y-m-d H:i
.
- Добавить поддержку различных настроек для разных полей.
Русский язык вверху
Friendly date and time picker wedget for Combodo iTop 2.1.
This module replaces the standard date and time picker widget with this one:
Install like any other module in iTop:
- Copy folder datatimepicker-widget to itop/extensions/.
- Make editable iTop config file itop/conf/production/config-itop.php.
- Go to http://my-itop/setup in your browser and select "Upgrade an existing iTop instance".
- Check the module name on the penultimate step and install.
- Done.
Some options will be added in the config file after the module installing.
'datetimepicker-widget' => array (
'enabled' => true,
'default' => array(
'lang' => 'ru',
'dayOfWeekStart' => 1,
'step' => 30
)
),
For other options and available values look through documentation for the plugin.
- Only this date and time format is allowed:
Y-m-d H:i
.
- Add support different settings for specific date and time fields.