Author: jacopoc
Date: Tue Mar 29 08:23:47 2011
New Revision: 1086515
URL:
http://svn.apache.org/viewvc?rev=1086515&view=revLog:
Applied fix from trunk rev. 1086514
"Fixed form action that was missing the ofbizUrl tag; resorted from attributes. Thanks to Divesh Dutta for the bug report."
Modified:
ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/orderinfo.ftl
Modified: ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/orderinfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/orderinfo.ftl?rev=1086515&r1=1086514&r2=1086515&view=diff==============================================================================
--- ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/orderinfo.ftl (original)
+++ ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/orderinfo.ftl Tue Mar 29 08:23:47 2011
@@ -240,7 +240,7 @@ under the License.
<td align="right" valign="top" width="15%" class="label"> ${uiLabelMap.FormFieldTitle_priority}</td>
<td width="5%"> </td>
<td valign="top" width="80%">
- <form action="setOrderReservationPriority" method="post" name="setOrderReservationPriority">
+ <form name="setOrderReservationPriority" method="post" action="<@ofbizUrl>setOrderReservationPriority</@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>