Author: doogie
Date: Wed Dec 1 00:19:06 2010
New Revision: 1040834
URL:
http://svn.apache.org/viewvc?rev=1040834&view=revLog:
Oops, fix errant paste into wrong line, </td> was placed inside the
</#if>, instead of outside.
Modified:
ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl?rev=1040834&r1=1040833&r2=1040834&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl Wed Dec 1 00:19:06 2010
@@ -80,8 +80,8 @@ under the License.
<#else>
${postedPerson.groupName}
</#if>
- </td>
</#if>
+ </td>
<td>
<select name='postedAnonymous_o_${rowCount}'>
<option>${review.postedAnonymous?default("N")}</option>