You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/04/29 08:39:04 UTC

svn commit: r533472 - /ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl

Author: jleroux
Date: Sat Apr 28 23:39:04 2007
New Revision: 533472

URL: http://svn.apache.org/viewvc?view=rev&rev=533472
Log:
A patch from Adrian Crum "Layout bug in party detail screen" (https://issues.apache.org/jira/browse/OFBIZ-808).

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl?view=diff&rev=533472&r1=533471&r2=533472
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/viewprofile.ftl Sat Apr 28 23:39:04 2007
@@ -239,7 +239,7 @@
                 </#if>
               </td>
               <td valign="top"><b>(${partyContactMech.allowSolicitation?if_exists})</b></td>
-              <td class="button-col align-float">
+              <td class="button-col">
                 <#if security.hasEntityPermission("PARTYMGR", "_UPDATE", session)>
                   <a href="<@o...@ofbizUrl>">${uiLabelMap.CommonUpdate}</a>
                 </#if>
@@ -300,7 +300,7 @@
                   <#if paymentMethod.fromDate?has_content>(${uiLabelMap.CommonUpdated}:&nbsp;${paymentMethod.fromDate?if_exists})</#if>
                   <#if paymentMethod.thruDate?has_content><b>(${uiLabelMap.PartyContactEffectiveThru}:&nbsp;${paymentMethod.thruDate})</#if>
                 </td>
-                <td class="button-col align-float">
+                <td class="button-col">
                   <#if security.hasEntityPermission("MANUAL", "_PAYMENT", session)>
                     <a href="/accounting/control/manualETx?paymentMethodId=${paymentMethod.paymentMethodId}${externalKeyParam}">Manual Tx</a>
                   </#if>
@@ -339,7 +339,7 @@
                   <#if paymentMethod.fromDate?has_content>(${uiLabelMap.CommonUpdated}:&nbsp;${paymentMethod.fromDate?if_exists})</#if>
                   <#if paymentMethod.thruDate?has_content><b>(${uiLabelMap.PartyContactEffectiveThru}:&nbsp;${paymentMethod.thruDate.toString()}</b></#if>
                 </td>
-                <td class="button-col align-float">
+                <td class="button-col">
                   <#if security.hasEntityPermission("PAY_INFO", "_UPDATE", session)>
                     <a href="<@o...@ofbizUrl>">${uiLabelMap.CommonUpdate}</a>
                   </#if>
@@ -355,7 +355,7 @@
                   <#if paymentMethod.fromDate?has_content>(${uiLabelMap.CommonUpdated}:&nbsp;${paymentMethod.fromDate?if_exists})</#if>
                   <#if paymentMethod.thruDate?has_content><b>(${uiLabelMap.PartyContactEffectiveThru}:&nbsp;${paymentMethod.thruDate.toString()}</#if>
                 </td>
-                <td class="button-col align-float">
+                <td class="button-col">
                   <#if security.hasEntityPermission("PAY_INFO", "_UPDATE", session)>
                     <a href="<@o...@ofbizUrl>">${uiLabelMap.CommonUpdate}</a>
                   </#if>
@@ -371,7 +371,7 @@
                   <#if paymentMethod.fromDate?has_content>(${uiLabelMap.CommonUpdated}:&nbsp;${paymentMethod.fromDate?if_exists})</#if>
                   <#if paymentMethod.thruDate?has_content>(${uiLabelMap.PartyContactEffectiveThru}:&nbsp;${paymentMethod.thruDate.toString()}</#if>
                 </td>
-                <td class="button-col align-float">
+                <td class="button-col">
                   &nbsp;
                 <#-- </td> -->
               </#if>
@@ -439,7 +439,7 @@
                 </#if>
                 ${enabled}
               </td>
-              <td class="button-col align-float">
+              <td class="button-col">
                 <#if security.hasEntityPermission("PARTYMGR", "_CREATE", session)>
                   <a href="<@o...@ofbizUrl>">${uiLabelMap.CommonEdit}</a>
                 </#if>
@@ -478,7 +478,7 @@
               <td>
                 ${uiLabelMap.CommonValue}: ${attr.attrValue}
               </td>
-              <td class="button-col align-float">
+              <td class="button-col">
                 <a href="<@o...@ofbizUrl>">${uiLabelMap.CommonEdit}</a>
               </td>
             </tr>
@@ -596,7 +596,7 @@
               <td>${(mimeType.description)?if_exists}</td>
               <td>${(status.get("description",locale))?if_exists}</td>
               <#-- <td>${contentRole.fromDate?if_exists}</td> -->
-              <td class="button-col align-float">
+              <td class="button-col">
                 <a href="<@o...@ofbizUrl>">${uiLabelMap.CommonView}</a>
                 <a href="<@o...@ofbizUrl>">${uiLabelMap.CommonRemove}</a>
               </td>