svn commit: r761002 - /ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml

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

svn commit: r761002 - /ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml

jleroux@apache.org
Author: jleroux
Date: Wed Apr  1 18:27:08 2009
New Revision: 761002

URL: http://svn.apache.org/viewvc?rev=761002&view=rev
Log:
Securing URLs, link element in screens and menus : 18th set + tabs to 4 spaces

Modified:
    ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml

Modified: ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml?rev=761002&r1=761001&r2=761002&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml Wed Apr  1 18:27:08 2009
@@ -46,10 +46,16 @@
             </hyperlink>
         </field>
         <field use-when="&quot;ESR_PENDING&quot;.equals(runStatusId)" name="acceptOffline" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit">
-            <hyperlink also-hidden="false" description="${uiLabelMap.WebtoolsSyncAcceptOffline}" target="updateOfflineEntitySync?entitySyncId=${entitySyncId}&amp;updateType=ACCEPT"/>
+            <hyperlink also-hidden="false" description="${uiLabelMap.WebtoolsSyncAcceptOffline}" target="updateOfflineEntitySync">
+ <parameter param-name="entitySyncId" from-field="entitySyncId"/>
+ <parameter param-name="updateType" value="ACCEPT"/>
+ </hyperlink>
         </field>
         <field use-when="&quot;ESR_PENDING&quot;.equals(runStatusId)" name="rejectOffline" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit">
-            <hyperlink also-hidden="false" description="${uiLabelMap.WebtoolsSyncRejectOffline}" target="updateOfflineEntitySync?entitySyncId=${entitySyncId}&amp;updateType=REJECT"/>
+            <hyperlink also-hidden="false" description="${uiLabelMap.WebtoolsSyncRejectOffline}" target="updateOfflineEntitySync">
+ <parameter param-name="entitySyncId" from-field="entitySyncId"/>
+ <parameter param-name="updateType" value="REJECT"/>
+ </hyperlink>
         </field>
     </form>