You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2011/03/29 10:17:15 UTC

svn commit: r1086514 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl

Author: jacopoc
Date: Tue Mar 29 08:17:15 2011
New Revision: 1086514

URL: http://svn.apache.org/viewvc?rev=1086514&view=rev
Log:
Fixed form action that was missing the ofbizUrl tag; resorted from attributes. Thanks to Divesh Dutta for the bug report.


Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl?rev=1086514&r1=1086513&r2=1086514&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl Tue Mar 29 08:17:15 2011
@@ -240,7 +240,7 @@ under the License.
                   <td align="right" valign="top" width="15%" class="label">&nbsp;${uiLabelMap.FormFieldTitle_priority}</td>
                   <td width="5%">&nbsp;</td>
                   <td valign="top" width="80%">
-                     <form action="setOrderReservationPriority" method="post" name="setOrderReservationPriority">
+                     <form name="setOrderReservationPriority" method="post" action="<@o...@ofbizUrl>">
                      <input type = "hidden" name="orderId" value="${orderId}"/>
                     <select name="priority">
                       <option value="1" <#if (orderHeader.priority)?if_exists == "1">selected="selected" </#if>>${uiLabelMap.CommonHigh}</option>