svn commit: r542159 - /ofbiz/branches/release4.0/framework/webtools/webapp/webtools/entity/FindGeneric.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r542159 - /ofbiz/branches/release4.0/framework/webtools/webapp/webtools/entity/FindGeneric.ftl

lektran
Author: lektran
Date: Mon May 28 01:51:59 2007
New Revision: 542159

URL: http://svn.apache.org/viewvc?view=rev&rev=542159
Log:
Applied fix from trunk for revision: 539697

Modified:
    ofbiz/branches/release4.0/framework/webtools/webapp/webtools/entity/FindGeneric.ftl

Modified: ofbiz/branches/release4.0/framework/webtools/webapp/webtools/entity/FindGeneric.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/webtools/webapp/webtools/entity/FindGeneric.ftl?view=diff&rev=542159&r1=542158&r2=542159
==============================================================================
--- ofbiz/branches/release4.0/framework/webtools/webapp/webtools/entity/FindGeneric.ftl (original)
+++ ofbiz/branches/release4.0/framework/webtools/webapp/webtools/entity/FindGeneric.ftl Mon May 28 01:51:59 2007
@@ -100,7 +100,7 @@
                 <td class="button-col">
                     <a href='<@ofbizUrl>ViewGeneric?${record.findString}</@ofbizUrl>'>${uiLabelMap.CommonView}</a>
                 <#if hasDeletePermission == 'Y'>
-                    <a href='<@ofbizUrl>UpdateGeneric?${record.findString}&amp;UPDATE_MODE=DELETE&amp;${curFindString}</@ofbizUrl>'>${uiLabelMap.CommonDelete}</a>
+                    <a href='<@ofbizUrl>UpdateGeneric?${record.findString}&amp;UPDATE_MODE=DELETE</@ofbizUrl>'>${uiLabelMap.CommonDelete}</a>
                 </#if>
                 </td>
                 <#list record.fields as field>