From c9557d34974e028fe76b204f1e26d04340fc0166 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Fri, 4 Mar 2022 21:46:34 +0100 Subject: [PATCH] fixes #17: Replace CalendarJS with browser-native datepicker --- changelog.html | 1 + plugin.xml | 2 +- src/i18n/sip_i18n.properties | 1 - src/i18n/sip_i18n_cs_CZ.properties | 1 - src/i18n/sip_i18n_es.properties | 1 - src/i18n/sip_i18n_fr.properties | 1 - src/i18n/sip_i18n_pt_BR.properties | 1 - src/i18n/sip_i18n_ru_RU.properties | 1 - src/i18n/sip_i18n_zh_CN.properties | 1 - src/web/images/icon_calendarpicker.gif | Bin 110 -> 0 bytes src/web/images/icon_daterange.gif | Bin 0 -> 627 bytes src/web/sipark-log-summary.jsp | 52 +++++++++---------------- 12 files changed, 20 insertions(+), 42 deletions(-) delete mode 100644 src/web/images/icon_calendarpicker.gif create mode 100644 src/web/images/icon_daterange.gif diff --git a/changelog.html b/changelog.html index 0350db02f..f0fa260b1 100644 --- a/changelog.html +++ b/changelog.html @@ -46,6 +46,7 @@

1.2.7 -- To De Determined

1.2.{2,6} -- December 4, 2020

diff --git a/plugin.xml b/plugin.xml index fe2e5a7db..337fe0669 100644 --- a/plugin.xml +++ b/plugin.xml @@ -6,7 +6,7 @@ Provides support for SIP account management Ignite Realtime ${project.version} - 12/17/2020 + 2022-03-04 sip 2 4.0.0 diff --git a/src/i18n/sip_i18n.properties b/src/i18n/sip_i18n.properties index e50c2d66a..e62198a05 100644 --- a/src/i18n/sip_i18n.properties +++ b/src/i18n/sip_i18n.properties @@ -117,7 +117,6 @@ archive.search.daterange.tooltip = Enter specific date ranges to search between. archive.search.daterange.start = Start: archive.search.daterange.end = End: archive.search.daterange.any = Any -archive.search.daterange.format = Use mm/dd/yy archive.search.daterange.error = The end time must be after the start time. archive.settings.any = Any cancel = Cancel diff --git a/src/i18n/sip_i18n_cs_CZ.properties b/src/i18n/sip_i18n_cs_CZ.properties index b01aee676..8ab23c16d 100644 --- a/src/i18n/sip_i18n_cs_CZ.properties +++ b/src/i18n/sip_i18n_cs_CZ.properties @@ -119,7 +119,6 @@ archive.search.daterange.tooltip = Zadejte specifický rozsah datumů, mezi kter archive.search.daterange.start = Začátek: archive.search.daterange.end = Konec: archive.search.daterange.any = Kdykoli -archive.search.daterange.format = Použijte mm/dd/yy archive.search.daterange.error = Koncové datum musí být po počátečním čase. archive.settings.any = Jakýkoli cancel = Zrušit diff --git a/src/i18n/sip_i18n_es.properties b/src/i18n/sip_i18n_es.properties index c27c1e7ba..0803398c0 100644 --- a/src/i18n/sip_i18n_es.properties +++ b/src/i18n/sip_i18n_es.properties @@ -119,7 +119,6 @@ archive.search.daterange.tooltip = Ingrese un rango de fechas específico para b archive.search.daterange.start = Inicio: archive.search.daterange.end = Fin: archive.search.daterange.any = Cualquiera -archive.search.daterange.format = Formato mm/dd/yy archive.search.daterange.error = La fecha de fin debe ser posterior a la de inicio. archive.settings.any = Cualquiera cancel = Cancelar diff --git a/src/i18n/sip_i18n_fr.properties b/src/i18n/sip_i18n_fr.properties index 6c2a9923d..405883feb 100644 --- a/src/i18n/sip_i18n_fr.properties +++ b/src/i18n/sip_i18n_fr.properties @@ -115,7 +115,6 @@ archive.search.daterange=Dates: archive.search.daterange.any=N'importe archive.search.daterange.end=Fin: archive.search.daterange.error=L'heure de fin doit etre après l'heure de départ. -archive.search.daterange.format=Utilisez mm/jj/aa archive.search.daterange.start=Départ: archive.search.daterange.tooltip=Veuillez entrer les dates ente lequelles vous souhaitez rechercher. Vous pouvez choisir une date de départ et/ou une date de fin. archive.settings.any=N'importe diff --git a/src/i18n/sip_i18n_pt_BR.properties b/src/i18n/sip_i18n_pt_BR.properties index d5388b59c..b6a3cf720 100644 --- a/src/i18n/sip_i18n_pt_BR.properties +++ b/src/i18n/sip_i18n_pt_BR.properties @@ -103,7 +103,6 @@ archive.search.daterange.tooltip = Insira intervalo de datas específico para pe archive.search.daterange.start = Início: archive.search.daterange.end = Final: archive.search.daterange.any = Qualquer -archive.search.daterange.format = Utilize mm/dd/aa archive.search.daterange.error = A hora final deve ser após a hora inicial archive.settings.any = Qualquer cancel = Cancelar diff --git a/src/i18n/sip_i18n_ru_RU.properties b/src/i18n/sip_i18n_ru_RU.properties index 9bcf871a5..6d3cf56d4 100644 --- a/src/i18n/sip_i18n_ru_RU.properties +++ b/src/i18n/sip_i18n_ru_RU.properties @@ -115,7 +115,6 @@ archive.search.daterange.tooltip = Введите определенные ди archive.search.daterange.start = Начало: archive.search.daterange.end = Конец: archive.search.daterange.any = Любая -archive.search.daterange.format = Используйте мм/дд/гг archive.search.daterange.error = Время окончания должно быть после времени начала. archive.settings.any = Любая cancel = Отмена diff --git a/src/i18n/sip_i18n_zh_CN.properties b/src/i18n/sip_i18n_zh_CN.properties index 7e5326dc6..69d1715ef 100644 --- a/src/i18n/sip_i18n_zh_CN.properties +++ b/src/i18n/sip_i18n_zh_CN.properties @@ -119,7 +119,6 @@ archive.search.daterange.tooltip = 输入一个指定的日期用于搜索。您 archive.search.daterange.start = 开始: archive.search.daterange.end = 结束: archive.search.daterange.any = 任何一项 -archive.search.daterange.format = 使用 mm/dd/yy archive.search.daterange.error = 结束时间必须在开始时间之后。 archive.settings.any = 任何一项 cancel = 取消 diff --git a/src/web/images/icon_calendarpicker.gif b/src/web/images/icon_calendarpicker.gif deleted file mode 100644 index 916e157531c771ec7fcec71dcafe9b058cae4592..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmZ?wbhEHbHXv5=1WUSrlzO;j$-2D{Ph0+*45}HCMDU~*^iIF`1t>&rP$iq^!U}u z{QUpd;Ow-twzIR;n3%u*n?m=tsiULA-ro5CZxr|7-_p|b^z!wzw#)y49sf80*53Yo zeW>~W|LN-Q@bLcLz_|TqGy8T|!ol19$)42K_xJbt(9h}kpN#$W@BiDo|M>m?`ttw( z|NsC0A^8LW002J#EC2ui02lxm000L6z@KnPEE9<{GO7YB}xIw2|wE-n!X;1M?%7#!2p*9I!<+#BEpGAlU)Fc|07jtctQE*K~# z6XMN-VJ?p~V%-dsP%r_*1a~WB(5rW^7zYe46h@dZ!2mcB9AQutg5V%I4hl+aG_eBQ ziWM{H4LJ8)+tAaO#%-MmB_ zNN`J70|^Es - - - -