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 916e15753..000000000 Binary files a/src/web/images/icon_calendarpicker.gif and /dev/null differ diff --git a/src/web/images/icon_daterange.gif b/src/web/images/icon_daterange.gif new file mode 100644 index 000000000..65acae3de Binary files /dev/null and b/src/web/images/icon_daterange.gif differ diff --git a/src/web/sipark-log-summary.jsp b/src/web/sipark-log-summary.jsp index c9a6b2ac6..a32c6838e 100644 --- a/src/web/sipark-log-summary.jsp +++ b/src/web/sipark-log-summary.jsp @@ -29,10 +29,6 @@ - - - -