svn commit: r758808 - in /ofbiz/trunk/applications/product/webapp/catalog: category/EditCategory.ftl product/EditVirtualProductInventory.ftl

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

svn commit: r758808 - in /ofbiz/trunk/applications/product/webapp/catalog: category/EditCategory.ftl product/EditVirtualProductInventory.ftl

eckardjf
Author: eckardjf
Date: Thu Mar 26 19:30:11 2009
New Revision: 758808

URL: http://svn.apache.org/viewvc?rev=758808&view=rev
Log:
Changed hard-coded intra-app URLs to use <@ofbizUrl>

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl
    ofbiz/trunk/applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl?rev=758808&r1=758807&r2=758808&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl Thu Mar 26 19:30:11 2009
@@ -221,7 +221,7 @@
             <h3>${uiLabelMap.ProductDuplicateProductCategory}</h3>
         </div>
         <div class="screenlet-body">  
-            <form action="/catalog/control/DuplicateProductCategory" method="post" style="margin: 0;">
+            <form action="<@ofbizUrl>DuplicateProductCategory</@ofbizUrl>" method="post" style="margin: 0;">
                 <table cellspacing="0" class="basic-table">                
                     <tr><td>
                         ${uiLabelMap.ProductDuplicateProductCategorySelected}:

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl?rev=758808&r1=758807&r2=758808&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/EditVirtualProductInventory.ftl Thu Mar 26 19:30:11 2009
@@ -34,7 +34,7 @@
             <#assign rowClass = "2">
             <#list variantInventorySummaries as variantSummary>
             <tr valign="middle"<#if rowClass == "1"> class="alternate-row"</#if>>
-                <td><a href="/catalog/control/EditProductInventoryItems?productId=${variantSummary.productId}" class="buttontext">${variantSummary.productId}</a></td>
+                <td><a href="<@ofbizUrl>EditProductInventoryItems?productId=${variantSummary.productId}</@ofbizUrl>" class="buttontext">${variantSummary.productId}</a></td>
                     <#list featureTypeIds as featureTypeId>
                         <td>${(variantSummary[featureTypeId].description)?default(featureTypeId)}</td>
                     </#list>