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

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

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

jonesde
Author: jonesde
Date: Wed Feb 14 00:38:28 2007
New Revision: 507437

URL: http://svn.apache.org/viewvc?view=rev&rev=507437
Log:
Small fix to add categoryName edit box on category content screen, small cleanups

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryContent.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?view=diff&rev=507437&r1=507436&r2=507437
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl Wed Feb 14 00:38:28 2007
@@ -83,10 +83,10 @@
       </select>
     </td>
   </tr>
-   <tr>
+  <tr>
     <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductName}</div></td>
     <td>&nbsp;</td>
-    <td width="74%"><input type="text" <#if productCategory?has_content>value="${productCategory.categoryName?if_exists}"</#if> name="categoryName" size="60" maxlength="60" class="inputBox"/></td>
+    <td width="74%"><input type="text" value="${(productCategory.categoryName)?if_exists}" name="categoryName" size="60" maxlength="60" class="inputBox"/></td>
   </tr>
   <tr>
     <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductDescription}</div></td>

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryContent.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryContent.ftl?view=diff&rev=507437&r1=507436&r2=507437
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryContent.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryContent.ftl Wed Feb 14 00:38:28 2007
@@ -37,6 +37,11 @@
   </tr>    
         
   <tr>
+    <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductName}</div></td>
+    <td>&nbsp;</td>
+    <td width="74%"><input type="text" value="${(productCategory.categoryName)?if_exists}" name="categoryName" size="60" maxlength="60" class="inputBox"/></td>
+  </tr>
+  <tr>
     <td width="26%" align="right"><div class="tabletext">${uiLabelMap.ProductDescription}</div></td>
     <td>&nbsp;</td>
     <td width="80%" colspan="4" valign="top">