[Koha-bugs] [Bug 30718] Use flatpickr's altInput option everywhere

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 19 11:43:13 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718

--- Comment #92 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
git grep Date_from_syspref

koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc:                   
original_date = Date_from_syspref( original_date ).getTime();
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt:                var
pdate = Date_from_syspref($(this).text()).getTime();
koha-tmpl/intranet-tmpl/prog/js/calendar.js:function Date_from_syspref(dstring)
{
koha-tmpl/intranet-tmpl/prog/js/calendar.js:        alert("Date_from_syspref("
+ dstring + ") splits to:\n" + dateX.join("\n"));
koha-tmpl/intranet-tmpl/prog/js/calendar.js:    var datetime =
Date_from_syspref(date);
koha-tmpl/intranet-tmpl/prog/js/calendar.js:        var from =
Date_from_syspref($(params).val());
koha-tmpl/intranet-tmpl/prog/js/calendar.js:        var to =
Date_from_syspref(value);
koha-tmpl/intranet-tmpl/prog/js/calendar.js:        var from =
Date_from_syspref($(params).val());
koha-tmpl/intranet-tmpl/prog/js/calendar.js:        var to =
Date_from_syspref(value);

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list