You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/03 13:51:31 UTC

svn commit: r399271 - /incubator/activemq/trunk/activemq-web-console/src/main/webapp/send.jsp

Author: jstrachan
Date: Wed May  3 04:51:30 2006
New Revision: 399271

URL: http://svn.apache.org/viewcvs?rev=399271&view=rev
Log:
minor layout tweak

Modified:
    incubator/activemq/trunk/activemq-web-console/src/main/webapp/send.jsp

Modified: incubator/activemq/trunk/activemq-web-console/src/main/webapp/send.jsp
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web-console/src/main/webapp/send.jsp?rev=399271&r1=399270&r2=399271&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web-console/src/main/webapp/send.jsp (original)
+++ incubator/activemq/trunk/activemq-web-console/src/main/webapp/send.jsp Wed May  3 04:51:30 2006
@@ -104,6 +104,12 @@
 	</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>
 	</th>
@@ -111,12 +117,6 @@
 <tr>
 	<td colspan="4">
 	    <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>