You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ak...@apache.org on 2018/06/23 11:58:22 UTC

svn commit: r1834191 - /ofbiz/ofbiz-framework/trunk/applications/party/template/party/EditShoppingList.ftl

Author: akashjain
Date: Sat Jun 23 11:58:22 2018
New Revision: 1834191

URL: http://svn.apache.org/viewvc?rev=1834191&view=rev
Log:
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 -->