T139 added datetime input restriction
This commit is contained in:
		| @@ -95,11 +95,11 @@ | ||||
|                             <div> | ||||
|                                 <div> | ||||
|                                     <label for="historyFrom">From</label> | ||||
|                                     <input type="datetime" name="dateFrom" id="historyFrom"/> | ||||
|                                     <input type="datetime-local" name="dateFrom" id="historyFrom"/> | ||||
|                                 </div> | ||||
|                                 <div> | ||||
|                                     <label for="historyTo">To</label> | ||||
|                                     <input type="datetime" name="dateTo" id="historyTo"/> | ||||
|                                     <input type="datetime-local" name="dateTo" id="historyTo"/> | ||||
|                                 </div> | ||||
|                                 <button id="btn-searchHistory">Search</button> | ||||
|                             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user