mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
Code comment
This commit is contained in:
@@ -140,7 +140,7 @@ jQuery(function($){
|
|||||||
dayNamesShort: tradDaysShort,
|
dayNamesShort: tradDaysShort,
|
||||||
dayNamesMin: tradDaysMin,
|
dayNamesMin: tradDaysMin,
|
||||||
weekHeader: '<?php echo $langs->trans("Week"); ?>',
|
weekHeader: '<?php echo $langs->trans("Week"); ?>',
|
||||||
dateFormat: '<?php echo $langs->trans("FormatDateShortJQuery"); ?>',
|
dateFormat: '<?php echo $langs->trans("FormatDateShortJQuery"); ?>', /* Note dd/mm/yy means year on 4 digit in jquery format */
|
||||||
firstDay: <?php echo (isset($conf->global->MAIN_START_WEEK)?$conf->global->MAIN_START_WEEK:'1'); ?>,
|
firstDay: <?php echo (isset($conf->global->MAIN_START_WEEK)?$conf->global->MAIN_START_WEEK:'1'); ?>,
|
||||||
isRTL: <?php echo ($langs->trans("DIRECTION")=='rtl'?'true':'false'); ?>,
|
isRTL: <?php echo ($langs->trans("DIRECTION")=='rtl'?'true':'false'); ?>,
|
||||||
showMonthAfterYear: false, /* TODO add specific to country */
|
showMonthAfterYear: false, /* TODO add specific to country */
|
||||||
|
|||||||
Reference in New Issue
Block a user