Author: jleroux
Date: Sat Apr 18 13:55:27 2009
New Revision: 766321

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

Modified:
    ofbiz/branches/release09.04/   (props changed)
    
ofbiz/branches/release09.04/applications/product/webapp/facility/facility/PicklistOptions.ftl

Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Apr 18 13:55:27 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293
+/ofbiz/trunk:765933,766011,766015,766293,766307

Modified: 
ofbiz/branches/release09.04/applications/product/webapp/facility/facility/PicklistOptions.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/facility/facility/PicklistOptions.ftl?rev=766321&r1=766320&r2=766321&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/applications/product/webapp/facility/facility/PicklistOptions.ftl
 (original)
+++ 
ofbiz/branches/release09.04/applications/product/webapp/facility/facility/PicklistOptions.ftl
 Sat Apr 18 13:55:27 2009
@@ -98,7 +98,7 @@
                     <#assign seq = seq + 1>
                     <tr valign="middle"<#if alt_row> 
class="alternate-row"</#if>>
                         <td>
-                            <form name= "viewGroupDetail" action 
="<@ofbizUrl>PicklistOptions</@ofbizUrl>" method="post">
+                            <form name= "viewGroupDetail_${seq}" action 
="<@ofbizUrl>PicklistOptions</@ofbizUrl>" method="post">
                                 <input type ="hidden" name="viewDetail" value= 
"${groupName?if_exists}"/>
                                 <input type="hidden" 
name="groupByShippingMethod" 
value="${requestParameters.groupByShippingMethod?if_exists}"/>
                                 <input type="hidden" 
name="groupByWarehouseArea" 
value="${requestParameters.groupByWarehouseArea?if_exists}"/>
@@ -107,13 +107,13 @@
                                 <table>
                                     <tr>
                                         <#if groupName1?has_content>
-                                            <td><a id="one" 
href="javascript:document.viewGroupDetail.submit()" 
class="buttontext">${groupName1}</a></td>
+                                            <td><a 
href="javascript:document.viewGroupDetail_${seq}.submit()" 
class="buttontext">${groupName1}</a></td>
                                         </#if>
                                         <#if groupName2?has_content>
-                                            <td><a id="two" 
href="javascript:document.viewGroupDetail.submit()" 
class="buttontext">${groupName2}</a></td>
+                                            <td><a 
href="javascript:document.viewGroupDetail_${seq}.submit()" 
class="buttontext">${groupName2}</a></td>
                                         </#if>
                                         <#if groupName3?has_content>
-                                            <td><a id="three" 
href="javascript:document.viewGroupDetail.submit()" 
class="buttontext">${groupName3}</a></td>
+                                            <td><a 
href="javascript:document.viewGroupDetail_${seq}.submit()" 
class="buttontext">${groupName3}</a></td>
                                         </#if>
                                     </tr>
                                </table>


Reply via email to