mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP][MIG][11.0] hotel_calendar
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<td>
|
||||
FROM<br/>
|
||||
<div class="input-group date" id="date_begin">
|
||||
<input type="text" class="form-control" name="date_begin" required="required" readonly="1"/>
|
||||
<input type="text" class="o_datepicker_input form-control" name="date_begin" required="required" />
|
||||
<span class="input-group-addon">
|
||||
<span class="fa fa-calendar"></span>
|
||||
</span>
|
||||
@@ -48,7 +48,7 @@
|
||||
<td>
|
||||
TO<br/>
|
||||
<div class="input-group date" id="date_end">
|
||||
<input type="text" class="form-control" name="date_end" required="required" readonly="1"/>
|
||||
<input type="text" class="o_datepicker_input form-control" name="date_end" required="required" />
|
||||
<span class="input-group-addon">
|
||||
<span class="fa fa-calendar"></span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user