X's replaced with ×
This commit is contained in:
@@ -92,15 +92,22 @@
|
||||
<div id="history" style="display:none;">
|
||||
<div id="historyDisplay">
|
||||
<div>
|
||||
<div><input type="text" name="dateFrom" id="historyFrom" placeholder="rrrr-mm-dd"/></div>
|
||||
<div><input type="text" name="dateTo" id="historyTo" placeholder="rrrr-mm-dd"/></div>
|
||||
<div>
|
||||
<label for="historyFrom">From</label>
|
||||
<input type="datetime" name="dateFrom" id="historyFrom"/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="historyTo">To</label>
|
||||
<input type="datetime" name="dateTo" id="historyTo"/>
|
||||
</div>
|
||||
<button>Search</button>
|
||||
</div>
|
||||
<div>
|
||||
<table id="historyTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Timestamp</td>
|
||||
<td>Status</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
|
||||
Reference in New Issue
Block a user