From c76199514a62c921901b2b2a1c4dd3f93ff8df2a Mon Sep 17 00:00:00 2001 From: Ali Rahimi Date: Tue, 2 Jan 2024 09:32:21 +0100 Subject: added Jalalian datepicker (shamsi) (#1460) * added datepicker option in setting page jalalian datepicker component was added translate files for datepicker updated * dark mode bug fixed --- web/html/xui/inbound_modal.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/html/xui/inbound_modal.html') diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html index f7f9d727..ab42e09c 100644 --- a/web/html/xui/inbound_modal.html +++ b/web/html/xui/inbound_modal.html @@ -63,6 +63,9 @@ get client() { return inModal.inbound.clients[0]; }, + get datepicker() { + return app.datepicker; + }, get delayedExpireDays() { return this.client && this.client.expiryTime < 0 ? this.client.expiryTime / -86400000 : 0; }, -- cgit v1.2.3