Skip to content

Commit

Permalink
Tidy up page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
GregDThomas authored and guusdk committed Dec 4, 2019
1 parent a0853e7 commit 927f3b1
Showing 1 changed file with 40 additions and 27 deletions.
67 changes: 40 additions & 27 deletions xmppserver/src/main/webapp/security-audit-viewer-jsp.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -92,33 +92,46 @@
>
</td>
<td>
<fmt:message key="security.audit.viewer.timestamp-from"/>:
<input type="search"
id="searchFrom"
placeholder="YYYY/MM/DD"
size="10"
value="<c:out value="${search.from}"/>"/>
<img src="images/search-16x16.png"
width="16" height="16"
class="clickable"
alt="Search" title="Search"
style="vertical-align: middle; cursor: pointer;"
onclick="submitForm();"
>
<br/>
<fmt:message key="security.audit.viewer.timestamp-to"/>:
<input type="search"
id="searchTo"
placeholder="YYYY/MM/DD"
size="10"
value="<c:out value="${search.to}"/>"/>
<img src="images/search-16x16.png"
width="16" height="16"
class="clickable"
alt="Search" title="Search"
style="vertical-align: middle; cursor: pointer;"
onclick="submitForm();"
>
<table>
<tr>
<td nowrap>
<fmt:message key="security.audit.viewer.timestamp-from"/>:
</td>
<td nowrap>
<input type="search"
id="searchFrom"
placeholder="YYYY/MM/DD"
size="10"
value="<c:out value="${search.from}"/>"/>
<img src="images/search-16x16.png"
width="16" height="16"
class="clickable"
alt="Search" title="Search"
style="vertical-align: middle; cursor: pointer;"
onclick="submitForm();"
>
</td>
</tr>
<tr>
<td nowrap>
<fmt:message key="security.audit.viewer.timestamp-to"/>:
</td>
<td nowrap>
<input type="search"
id="searchTo"
placeholder="YYYY/MM/DD"
size="10"
value="<c:out value="${search.to}"/>"/>
<img src="images/search-16x16.png"
width="16" height="16"
class="clickable"
alt="Search" title="Search"
style="vertical-align: middle; cursor: pointer;"
onclick="submitForm();"
>
</td>
</tr>
</table>
</td>
</tr>
</thead>
Expand Down

0 comments on commit 927f3b1

Please sign in to comment.