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 2008/06/04 09:54:55 UTC

svn commit: r663022 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/CheckDb.ftl

Author: jleroux
Date: Wed Jun  4 00:54:54 2008
New Revision: 663022

URL: http://svn.apache.org/viewvc?rev=663022&view=rev
Log:
A patch from Nicolas Malin "CheckDb interface not work for create fkidx" (https://issues.apache.org/jira/browse/OFBIZ-1819) - OFBIZ-1819

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

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/CheckDb.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/CheckDb.ftl?rev=663022&r1=663021&r2=663022&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/CheckDb.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/CheckDb.ftl Wed Jun  4 00:54:54 2008
@@ -81,6 +81,7 @@
         <input type="hidden" name="option" value="removeidx"/>
         ${uiLabelMap.WebtoolsGroupName}: <input type="text" name="groupName" value="${groupName}" size="40"/>
         <input type="submit" value="${uiLabelMap.CommonRemove}"/>
+    </form>
     <h3>${uiLabelMap.WebtoolsCreateRemoveAllForeignKeyIndices}</h3>
     <form method="post" action="${encodeURLCheckDb}">
         <input type="hidden" name="option" value="createfkidxs"/>