Commit c3130a2c authored by Bill Lynch's avatar Bill Lynch Committed by bill

Added a nowrap


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1019 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4dca7c60
......@@ -65,7 +65,7 @@
<legend><fmt:message key="user.search.search_user" /></legend>
<table cellpadding="3" cellspacing="1" border="0" width="600">
<tr class="c1">
<td width="1%"><fmt:message key="user.create.username" />:</td>
<td width="1%" nowrap><fmt:message key="user.create.username" />:</td>
<td class="c2">
<input type="text" name="username" value="<%= ((username!=null) ? username : "") %>" size="30" maxlength="75"/>
</td>
......
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