Author: mor
Date: Mon Aug  3 06:54:31 2009
New Revision: 800221

URL: http://svn.apache.org/viewvc?rev=800221&view=rev
Log:
Spaces adjustments and changed the Remove button back to Delete button.

Modified:
    
ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
    
ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl

Modified: 
ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl?rev=800221&r1=800220&r2=800221&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
 (original)
+++ 
ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
 Mon Aug  3 06:54:31 2009
@@ -39,10 +39,10 @@
                     <a 
href="<@ofbizUrl>img/${content.contentName}?imgId=${content.dataResourceId}</@ofbizUrl>">${uiLabelMap.CommonView}</a>
                 </#if>
                 <form name="removePartyContent_${pContent_index}" 
method="post" action="<@ofbizUrl>removePartyContent/viewprofile</@ofbizUrl>">
-                  <input type= "hidden" name= "contentId" value= 
"${pContent.contentId}">
-                  <input type= "hidden" name= "partyId" value= 
"${pContent.partyId}">
-                  <input type= "hidden" name= "partyContentTypeId" value= 
"${pContent.partyContentTypeId}">
-                  <input type= "hidden" name= "fromDate" value= 
"${pContent.fromDate}">
+                  <input type="hidden" name="contentId" 
value="${pContent.contentId}">
+                  <input type="hidden" name="partyId" 
value="${pContent.partyId}">
+                  <input type="hidden" name="partyContentTypeId" value= 
${pContent.partyContentTypeId}">
+                  <input type="hidden" name="fromDate" 
value="${pContent.fromDate}">
                   <a 
href="javascript:document.removePartyContent_${pContent_index}.submit()">${uiLabelMap.CommonRemove}</a>
                 </form>
               </td>

Modified: 
ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl?rev=800221&r1=800220&r2=800221&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl 
(original)
+++ 
ofbiz/trunk/applications/product/webapp/catalog/price/EditProductPriceRules.ftl 
Mon Aug  3 06:54:31 2009
@@ -109,9 +109,9 @@
                         </td>
                         <td align="center">
                          <form 
name="deleteProductPriceCond_${productPriceCond_index}" method= "post" action= 
"<@ofbizUrl>deleteProductPriceCond</@ofbizUrl>">
-                           <input type= "hidden" name= "productPriceRuleId" 
value= "${productPriceCond.productPriceRuleId}">
-                           <input type= "hidden" name= "productPriceCondSeqId" 
value= "${productPriceCond.productPriceCondSeqId}">
-                           <a 
href="javascript:document.deleteProductPriceCond_${productPriceCond_index}.submit()"
 class="buttontext">${uiLabelMap.CommonRemove}</a>                             
+                           <input type="hidden" name="productPriceRuleId" 
value="${productPriceCond.productPriceRuleId}">
+                           <input type="hidden" name="productPriceCondSeqId" 
value="${productPriceCond.productPriceCondSeqId}">
+                           <a 
href="javascript:document.deleteProductPriceCond_${productPriceCond_index}.submit()"
 class="buttontext">${uiLabelMap.CommonDelete}</a>
                          </form>
                         </td>
                       </tr>


Reply via email to