Return-Path: Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: (qmail 93141 invoked from network); 4 Mar 2010 21:00:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 21:00:37 -0000 Received: (qmail 58000 invoked by uid 500); 4 Mar 2010 21:00:25 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 57886 invoked by uid 500); 4 Mar 2010 21:00:25 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 57879 invoked by uid 99); 4 Mar 2010 21:00:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 21:00:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 21:00:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B0D9E238899B; Thu, 4 Mar 2010 21:00:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r919181 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Date: Thu, 04 Mar 2010 21:00:04 -0000 To: commits@ofbiz.apache.org From: mrisaliti@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100304210004.B0D9E238899B@eris.apache.org> Author: mrisaliti Date: Thu Mar 4 21:00:04 2010 New Revision: 919181 URL: http://svn.apache.org/viewvc?rev=919181&view=rev Log: Edit Category Products screen does not more allow to update category member (OFBIZ-3536) Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?rev=919181&r1=919180&r2=919181&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Thu Mar 4 21:00:04 2010 @@ -50,6 +50,11 @@ <#if (listSize > 0)> +
+ + + + <#assign rowClass = "2"> <#assign rowCount = 0> <#list productCategoryMembers as productCategoryMember> @@ -59,11 +64,6 @@ <#if productCategoryMember.fromDate?exists && nowTimestamp.before(productCategoryMember.getTimestamp("fromDate"))><#assign hasntStarted = true> <#assign hasExpired = false> <#if productCategoryMember.thruDate?exists && nowTimestamp.after(productCategoryMember.getTimestamp("thruDate"))><#assign hasExpired = true> - - - - - class="alternate-row"> <#if (product.smallImageUrl)?exists> @@ -99,17 +99,21 @@ -
-
- - - - - - -
- <#assign rowCount = rowCount + 1> + <#assign rowCount = rowCount + 1> + + <#assign rowCount = 0> + <#list productCategoryMembers as productCategoryMember> +
+ + + + + + +
+ <#assign rowCount = rowCount + 1> +