mirror of https://github.com/apache/activemq.git
minor layout tweak
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15db51ea74
commit
5281f8d932
|
@ -103,6 +103,12 @@
|
|||
<form:text name="JMSMessageCountHeader" defaultValue="JMSXMessageCounter"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" align="center">
|
||||
<input type="submit" value="Send"/>
|
||||
<input type="reset"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="4" class="label">
|
||||
<label for="text">Message body</label>
|
||||
|
@ -113,12 +119,6 @@
|
|||
<textarea name="JMSText" rows="30" cols="80">Enter some text here for the message body...</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" align="center">
|
||||
<input type="submit" value="Send"/>
|
||||
<input type="reset"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in New Issue