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 2013/12/13 12:11:06 UTC

svn commit: r1550690 - /ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl

Author: jleroux
Date: Fri Dec 13 11:11:06 2013
New Revision: 1550690

URL: http://svn.apache.org/r1550690
Log:
Better to have this in another tab or window

Modified:
    ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl?rev=1550690&r1=1550689&r2=1550690&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl Fri Dec 13 11:11:06 2013
@@ -172,7 +172,7 @@ under the License.
             </td>
             <td>
               <#if orderReadyToPickInfoList?has_content>
-                <form method="post" action="<@o...@ofbizUrl>">
+                <form method="post" action="<@o...@ofbizUrl>" target="_blank">
                   <input type="hidden" name="printGroupName" value="${groupName?if_exists}"/>
                   <input type="hidden" name="facilityId" value="${facilityId?if_exists}"/>
                   <input type="hidden" name="groupByShippingMethod" value="${requestParameters.groupByShippingMethod?if_exists}"/>
@@ -294,4 +294,4 @@ under the License.
       </table>
     </div>
   </div>
-</#if>
\ No newline at end of file
+</#if>