You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/07/26 17:16:21 UTC

svn commit: r1692726 - /ofbiz/trunk/framework/webtools/widget/EntityForms.xml

Author: jleroux
Date: Sun Jul 26 15:16:20 2015
New Revision: 1692726

URL: http://svn.apache.org/r1692726
Log:
OFBIZ-6545 - Replace webtools/control/EntitySQLProcessor FTL with widgets

Damned, forgot to save a change after undoing a try for an issue I will create soon. This was not in Gil's patch

Modified:
    ofbiz/trunk/framework/webtools/widget/EntityForms.xml

Modified: ofbiz/trunk/framework/webtools/widget/EntityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntityForms.xml?rev=1692726&r1=1692725&r2=1692726&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/EntityForms.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/EntityForms.xml Sun Jul 26 15:16:20 2015
@@ -77,7 +77,7 @@ under the License.
         <field name="sqlCommand" title="${uiLabelMap.WebtoolsSqlCommand}">
             <textarea cols="60" rows="6"/>
         </field>
-        <field name="rowLimit" title="${uiLabelMap.WebtoolsLimitRowsTo}" encode-output="false"><text default-value="200" size="5"/></field>
+        <field name="rowLimit" title="${uiLabelMap.WebtoolsLimitRowsTo}"><text default-value="200" size="5"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSend}"><submit/></field>
     </form>
 </forms>