Author: jacopoc
Date: Fri Apr  6 22:36:17 2007
New Revision: 526365

URL: http://svn.apache.org/viewvc?view=rev&rev=526365
Log:
Small layout fix.

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntitySQLProcessor.ftl

Modified: 
ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntitySQLProcessor.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntitySQLProcessor.ftl?view=diff&rev=526365&r1=526364&r2=526365
==============================================================================
--- 
ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntitySQLProcessor.ftl 
(original)
+++ 
ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntitySQLProcessor.ftl 
Fri Apr  6 22:36:17 2007
@@ -17,7 +17,7 @@
 under the License.
 -->
 <h1>${uiLabelMap.WebtoolsSqlProcessor}</h1>
-<br />
+<br/>
 <form method="post" action="EntitySQLProcessor" name="EntitySQLCommand">
 <table class="basic-table" cellspacing="0">
     <tr>
@@ -45,7 +45,7 @@
             ${uiLabelMap.WebtoolsLimitRowsTo}
         </td>
         <td>
-            <input name="rowLimit" value="${rowLimit?default(200)}"/>
+            <input name="rowLimit" type="text" size="5" 
value="${rowLimit?default(200)}"/>
         </td>
     </tr>
     <tr>


Reply via email to