Author: jaz
Date: Tue May 1 10:03:36 2007
New Revision: 534159
URL:
http://svn.apache.org/viewvc?view=rev&rev=534159Log:
cleaned up styles
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl?view=diff&rev=534159&r1=534158&r2=534159==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/SerializedInventorySummary.ftl Tue May 1 10:03:36 2007
@@ -22,15 +22,15 @@
<span class="boxhead">${uiLabelMap.ProductSerializedInventorySummary}</span>
</div>
<div class="screenlet-body">
- <table id="serialized-inventory" class="basic-table" cellspacing="0" cellpadding="2">
+ <table width="100%" cellspacing="0" cellpadding="2">
<thead>
<tr class="header-row">
- <td>${uiLabelMap.ProductInventoryItemId}</td>
- <td>${uiLabelMap.ProductProductName}</td>
- <td>${uiLabelMap.ProductSerialNumber}</td>
- <td>${uiLabelMap.ProductSoftIdentifier}</td>
- <td>${uiLabelMap.ProductActivationNumber}</td>
- <td>${uiLabelMap.ProductActivationNumber} ${uiLabelMap.CommonValidThruDate}</td>
+ <td><div class="tableheadtext">${uiLabelMap.ProductInventoryItemId}</div></td>
+ <td><div class="tableheadtext">${uiLabelMap.ProductProductName}</div></td>
+ <td><div class="tableheadtext">${uiLabelMap.ProductSerialNumber}</div></td>
+ <td><div class="tableheadtext">${uiLabelMap.ProductSoftIdentifier}</div></td>
+ <td><div class="tableheadtext">${uiLabelMap.ProductActivationNumber}</div></td>
+ <td><div class="tableheadtext">${uiLabelMap.ProductActivationNumber} ${uiLabelMap.CommonValidThruDate}</div></td>
</tr>
</thead>
<tbody>
@@ -45,7 +45,7 @@
</#if>
<#if product?has_content>
<#assign productName = Static['org.ofbiz.product.product.ProductContentWrapper'].getProductContentAsText(product, 'PRODUCT_NAME', request)?if_exists>
- <a href="<@ofbizUrl>product?product_id=${product.productId}</@ofbizUrl>">${productName?default(product.productId)}</a>
+ <a href="<@ofbizUrl>product?product_id=${product.productId}</@ofbizUrl>" class="linktext">${productName?default(product.productId)}</a>
</#if>
</#if>
</td>