Commit ad4981a1 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added warning div when user does not exist.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6904 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9b025b09
......@@ -101,6 +101,19 @@
</table>
</div><br>
<% } else if (user == null) { %>
<div class="warning">
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td class="jive-icon-label">
<fmt:message key="error.specific_user_not_found">
<fmt:param value="<%= username%>" />
</fmt:message>
</td></tr>
</tbody>
</table>
</div><br>
<% } %>
<div class="jive-table">
......@@ -116,9 +129,7 @@
<% if (user == null) { %>
<tr>
<td colspan="2" align="center">
<fmt:message key="error.specific_user_not_found">
<fmt:param value="<%= username%>" />
</fmt:message>
<fmt:message key="error.requested_user_not_found" />
</td>
</tr>
<% } else { %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment