hijri_date_enhance

This commit is contained in:
Mohamed Eltayar 2025-08-28 17:40:07 +03:00 committed by GitHub
parent 87c9948d18
commit 69e7db306b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<input type="text"
class="o_datepicker_input o_input form-control datetimepicker-input"
t-att-name="widget.name"
placeholder="التاريخ الميلادي (مم/يي/سسسس)"
placeholder="التاريخ الميلادي"
t-attf-data-target="##{datepickerID}"
autocomplete="off"
t-att-readonly="widget.readonly ? 'readonly' : null"/>
@ -42,7 +42,7 @@
<input type="text"
class="o_hijri o_input form-control"
t-att-name="widget.name + '_hijri'"
placeholder="التاريخ الهجري (الشهر اليوم، السنة)"
placeholder="التاريخ الهجري"
readonly="readonly"
style="background-color: rgba(40, 167, 69, 0.1); border-color: rgba(40, 167, 69, 0.2); color: #28a745;"
title="مكافئ التاريخ الهجري"