Author: jaz
Date: Tue Apr 24 10:58:40 2007
New Revision: 532030
URL:
http://svn.apache.org/viewvc?view=rev&rev=532030Log:
updated layout of order notes area
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl?view=diff&rev=532030&r1=532029&r2=532030==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl Tue Apr 24 10:58:40 2007
@@ -19,25 +19,16 @@
<#if orderHeader?has_content>
-<table border="0" width='100%' cellspacing='0' cellpadding='0' class='boxoutside'>
- <tr>
- <td width='100%'>
- <table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxtop'>
- <tr>
- <td valign="middle" align="left">
- <div class="boxhead"> ${uiLabelMap.OrderNotes}</div>
- </td>
- <td valign="middle" align="right">
- <#if security.hasEntityPermission("ORDERMGR", "_NOTE", session)>
- <a href="<@ofbizUrl>createnewnote?${paramString}</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderNotesCreateNew}</a>
+<div class="screenlet">
+ <div class="screenlet-header">
+ <div class="boxlink">
+ <#if security.hasEntityPermission("ORDERMGR", "_NOTE", session)>
+ <a href="<@ofbizUrl>createnewnote?${paramString}</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderNotesCreateNew}</a>
</#if>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width='100%'>
+ </div>
+ <div class="boxhead"> ${uiLabelMap.OrderNotes}</div>
+ </div>
+ <div class="screenlet-body">
<table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxbottom'>
<tr>
<td>
@@ -74,8 +65,6 @@
</td>
</tr>
</table>
- </td>
- </tr>
-</table>
-
+ </div>
+</div>
</#if>