This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 321e51602a744799779b4edf7cd6ee5040ee2003
Author: Pierre Smits <pierresmits@apache.org>
AuthorDate: Sun Mar 15 10:03:14 2020 +0100
Improved: unify style application
(OFBIZ-11458)
replace 'align-float' with 'align-text'
---
applications/humanres/template/FindEmployee.ftl | 2 +-
applications/party/template/party/EditShoppingList.ftl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/humanres/template/FindEmployee.ftl b/applications/humanres/template/FindEmployee.ftl
index 3d47ef3..62581fd 100644
--- a/applications/humanres/template/FindEmployee.ftl
+++ b/applications/humanres/template/FindEmployee.ftl
@@ -213,7 +213,7 @@ under the License.
<td>${partyRow.postalCode!}</td>
</#if>
<td><#if partyType.description??>${partyType.get("description",
locale)}<#else>???</#if></td>
- <td class="button-col align-float">
+ <td class="button-col align-text">
<a href="<@ofbizUrl>EmployeeProfile?partyId=${partyRow.partyId}</@ofbizUrl>">${uiLabelMap.CommonDetails}</a>
</td>
</tr>
diff --git a/applications/party/template/party/EditShoppingList.ftl b/applications/party/template/party/EditShoppingList.ftl
index 04efafe..fb98a23 100644
--- a/applications/party/template/party/EditShoppingList.ftl
+++ b/applications/party/template/party/EditShoppingList.ftl
@@ -155,7 +155,7 @@ under the License.
<#assign childShoppingList = childShoppingListData.childShoppingList>
<tr>
<td class="button-col"><a href="<@ofbizUrl>editShoppingList?shoppingListId=${childShoppingList.shoppingListId}</@ofbizUrl>">${childShoppingList.listName?default(childShoppingList.shoppingListId)}</a></li>
- <td class="button-col align-float">
+ <td class="button-col align-text">
<a href="<@ofbizUrl>editShoppingList?shoppingListId=${childShoppingList.shoppingListId}</@ofbizUrl>">${uiLabelMap.PartyGotoList}</a>
<a href="<@ofbizUrl>addListToCart?shoppingListId=${childShoppingList.shoppingListId}</@ofbizUrl>">${uiLabelMap.PartyAddListToCart}</a>
</td>
|