Author: hansbak
Date: Sun May 25 00:29:33 2008
New Revision: 659933
URL:
http://svn.apache.org/viewvc?rev=659933&view=revLog:
align tabbar buttons at he same position as other applications
Modified:
ofbiz/trunk/applications/product/webapp/catalog/catalog/CatalogTabBar.ftl
ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTabBar.ftl
ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/catalog/CatalogTabBar.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/catalog/CatalogTabBar.ftl?rev=659933&r1=659932&r2=659933&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/catalog/CatalogTabBar.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/catalog/CatalogTabBar.ftl Sun May 25 00:29:33 2008
@@ -19,7 +19,6 @@
<#assign selected = tabButtonItem?default("void")>
<#if prodCatalogId?exists>
- <br/>
<div class="button-bar tab-bar">
<ul>
<li<#if selected="ProductCatalog"> class="selected"</#if>><a href="<@ofbizUrl>EditProdCatalog?prodCatalogId=${prodCatalogId}</@ofbizUrl>">${uiLabelMap.ProductCatalog}</a></li>
Modified: ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTabBar.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTabBar.ftl?rev=659933&r1=659932&r2=659933&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTabBar.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTabBar.ftl Sun May 25 00:29:33 2008
@@ -20,7 +20,6 @@
<#if requestAttributes.uiLabelMap?exists><#assign uiLabelMap = requestAttributes.uiLabelMap></#if>
<#assign unselectedClassName = "">
<#assign selectedClassMap = {page.tabButtonItem?default("void") : "selected"}>
- <br/>
<div class="button-bar tab-bar">
<ul>
<li><a href="<@ofbizUrl>EditCategory?productCategoryId=${productCategoryId}</@ofbizUrl>" class="${selectedClassMap.EditCategory?default(unselectedClassName)}">${uiLabelMap.ProductCategory}</a></li>
Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl?rev=659933&r1=659932&r2=659933&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductTabBar.ftl Sun May 25 00:29:33 2008
@@ -21,7 +21,6 @@
<#assign selected = tabButtonItem?default("void")>
<#if product?has_content>
- <br/>
<div class="button-bar tab-bar">
<ul>
<li<#if selected="EditProduct"> class="selected"</#if>><a href="<@ofbizUrl>EditProduct?productId=${productId}</@ofbizUrl>">${uiLabelMap.ProductProduct}</a><li>