You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2016/07/05 10:00:20 UTC

svn commit: r1751430 - /ofbiz/trunk/framework/webtools/template/entity/XmlDsDump.ftl

Author: mridulpathak
Date: Tue Jul  5 10:00:20 2016
New Revision: 1751430

URL: http://svn.apache.org/viewvc?rev=1751430&view=rev
Log:
[OFBIZ-7443] UI improvements on XML Data Export screen: label "Entity Names:" not positioned correctly; "Entity Sync Dump:" text box not visible in all the themes except Tomahawk. Thanks Gopal Yadav for your contribution.

Modified:
    ofbiz/trunk/framework/webtools/template/entity/XmlDsDump.ftl

Modified: ofbiz/trunk/framework/webtools/template/entity/XmlDsDump.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/template/entity/XmlDsDump.ftl?rev=1751430&r1=1751429&r2=1751430&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/template/entity/XmlDsDump.ftl (original)
+++ ofbiz/trunk/framework/webtools/template/entity/XmlDsDump.ftl Tue Jul  5 10:00:20 2016
@@ -87,10 +87,9 @@ under the License.
       </tr>
     </table>
     <br />
-    <p>${uiLabelMap.WebtoolsEntityNames}:</p>
     <@displayButtonBar/>
       <div>${uiLabelMap.WebtoolsEntitySyncDump}:
-        <input name="entitySyncId" size="30" value="${entitySyncId!}"/>
+        <input type="text" name="entitySyncId" size="30" value="${entitySyncId!}"/>
       </div>
       ${uiLabelMap.WebtoolsPreConfiguredSet}:
       <select name="preConfiguredSetName">
@@ -103,6 +102,7 @@ under the License.
       </select>
       <br />
 
+      <p>${uiLabelMap.WebtoolsEntityNames}:</p>
       <table>
         <tr>
           <#assign entCount = 0>
@@ -127,4 +127,4 @@ under the License.
 <#else>
     <div>${uiLabelMap.WebtoolsPermissionMaint}</div>
 </#if>
-</#if>
\ No newline at end of file
+</#if>