Author: akashjain
Date: Sat Jun 23 11:58:22 2018
New Revision: 1834191
URL:
http://svn.apache.org/viewvc?rev=1834191&view=revLog:
Improved: Values are not aligned with column over EditShoppingList Screen, applied patch from jira issue. (OFBIZ-10210)
Thanks, Yogesh Naroliya for your contribution.
Modified:
ofbiz/ofbiz-framework/trunk/applications/party/template/party/EditShoppingList.ftl
Modified: ofbiz/ofbiz-framework/trunk/applications/party/template/party/EditShoppingList.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/template/party/EditShoppingList.ftl?rev=1834191&r1=1834190&r2=1834191&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/template/party/EditShoppingList.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/template/party/EditShoppingList.ftl Sat Jun 23 11:58:22 2018
@@ -219,11 +219,11 @@ under the License.
</#if> />
</td>
</form>
- <td class="align-float"><@ofbizCurrency amount=unitPrice isoCode=currencyUomId/></td>
- <td class="align-float"><@ofbizCurrency amount=totalPrice isoCode=currencyUomId/></td>
- <td class="button-col align-float">
- <a href="javascript:document.listform_${shoppingListItem.shoppingListItemSeqId}.submit();">${uiLabelMap.CommonUpdate}</a>
- <a href="javascript:document.removeform_${shoppingListItem.shoppingListItemSeqId}.submit();">${uiLabelMap.CommonRemove}</a>
+ <td><@ofbizCurrency amount=unitPrice isoCode=currencyUomId/></td>
+ <td><@ofbizCurrency amount=totalPrice isoCode=currencyUomId/></td>
+ <td>
+ <a href="javascript:document.listform_${shoppingListItem.shoppingListItemSeqId}.submit();" class="buttontext">${uiLabelMap.CommonUpdate}</a>
+ <a href="javascript:document.removeform_${shoppingListItem.shoppingListItemSeqId}.submit();" class="buttontext">${uiLabelMap.CommonRemove}</a>
</td>
</tr>
<#-- toggle the row color -->