T139 split datetime-local to date and time fields
This commit is contained in:
		| @@ -293,7 +293,7 @@ input:focus { | |||||||
| } | } | ||||||
|  |  | ||||||
| #historyFunction div input { | #historyFunction div input { | ||||||
|     width: 75%; |     width: 65%; | ||||||
| } | } | ||||||
|  |  | ||||||
| #historyFunction button { | #historyFunction button { | ||||||
|   | |||||||
| @@ -94,11 +94,13 @@ | |||||||
|                         <div id="historyFunction"> |                         <div id="historyFunction"> | ||||||
|                             <div> |                             <div> | ||||||
|                                 <label for="historyFrom">From</label> |                                 <label for="historyFrom">From</label> | ||||||
|                                 <input type="datetime-local" name="dateFrom" id="historyFrom"/> |                                 <input type="date" name="dateFrom" id="historyFrom"/> | ||||||
|  |                                 <input type="time" name="timeFrom" id="historyTimeFrom"/> | ||||||
|                             </div> |                             </div> | ||||||
|                             <div> |                             <div> | ||||||
|                                 <label for="historyTo">To</label> |                                 <label for="historyTo">To</label> | ||||||
|                                 <input type="datetime-local" name="dateTo" id="historyTo"/> |                                 <input type="date" name="dateTo" id="historyTo"/> | ||||||
|  |                                 <input type="time" name="dateTo" id="historyTimeTo"/> | ||||||
|                             </div> |                             </div> | ||||||
|                             <button id="btn-searchHistory">Search</button> |                             <button id="btn-searchHistory">Search</button> | ||||||
|                         </div> |                         </div> | ||||||
|   | |||||||
| @@ -293,7 +293,7 @@ input:focus { | |||||||
| } | } | ||||||
|  |  | ||||||
| #historyFunction div input { | #historyFunction div input { | ||||||
|     width: 75%; |     width: 65%; | ||||||
| } | } | ||||||
|  |  | ||||||
| #historyFunction button { | #historyFunction button { | ||||||
|   | |||||||
| @@ -94,11 +94,13 @@ | |||||||
|                         <div id="historyFunction"> |                         <div id="historyFunction"> | ||||||
|                             <div> |                             <div> | ||||||
|                                 <label for="historyFrom">From</label> |                                 <label for="historyFrom">From</label> | ||||||
|                                 <input type="datetime-local" name="dateFrom" id="historyFrom"/> |                                 <input type="date" name="dateFrom" id="historyFrom"/> | ||||||
|  |                                 <input type="time" name="timeFrom" id="historyTimeFrom"/> | ||||||
|                             </div> |                             </div> | ||||||
|                             <div> |                             <div> | ||||||
|                                 <label for="historyTo">To</label> |                                 <label for="historyTo">To</label> | ||||||
|                                 <input type="datetime-local" name="dateTo" id="historyTo"/> |                                 <input type="date" name="dateTo" id="historyTo"/> | ||||||
|  |                                 <input type="time" name="dateTo" id="historyTimeTo"/> | ||||||
|                             </div> |                             </div> | ||||||
|                             <button id="btn-searchHistory">Search</button> |                             <button id="btn-searchHistory">Search</button> | ||||||
|                         </div> |                         </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user