|
Author: doogie
Date: Tue May 29 04:10:28 2012 New Revision: 1343473 URL: http://svn.apache.org/viewvc?rev=1343473&view=rev Log: FORMATTING: Add final trailing newlines. Modified: ofbiz/trunk/applications/content/webapp/content/content/nav.ftl ofbiz/trunk/applications/content/webapp/content/survey/ViewSurveyResponses.ftl ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/action/CloneLead.groovy ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderListByDate.ftl ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderSalesReps.ftl ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/customer/EditAddress.groovy ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/search/CustomerAddress.groovy ofbiz/trunk/specialpurpose/webpos/webapp/webpos/catalog/CategoryDetail.ftl ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/CustomerAddress.ftl Modified: ofbiz/trunk/applications/content/webapp/content/content/nav.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/content/nav.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/content/nav.ftl (original) +++ ofbiz/trunk/applications/content/webapp/content/content/nav.ftl Tue May 29 04:10:28 2012 @@ -87,4 +87,4 @@ var rawdata = [ </script> -<div id="tree"></div> \ No newline at end of file +<div id="tree"></div> Modified: ofbiz/trunk/applications/content/webapp/content/survey/ViewSurveyResponses.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/survey/ViewSurveyResponses.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/survey/ViewSurveyResponses.ftl (original) +++ ofbiz/trunk/applications/content/webapp/content/survey/ViewSurveyResponses.ftl Tue May 29 04:10:28 2012 @@ -117,4 +117,4 @@ under the License. <td class="label">${uiLabelMap.ContentSurveyNoQuestions}</div></td> </tr> </#if> - </table> \ No newline at end of file + </table> Modified: ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/action/CloneLead.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/action/CloneLead.groovy?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/action/CloneLead.groovy (original) +++ ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/action/CloneLead.groovy Tue May 29 04:10:28 2012 @@ -90,4 +90,4 @@ if (partyId) { contactDetailMap.leadSource = dataSource.description; } } -context.contactDetailMap = contactDetailMap; \ No newline at end of file +context.contactDetailMap = contactDetailMap; Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderListByDate.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderListByDate.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderListByDate.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderListByDate.ftl Tue May 29 04:10:28 2012 @@ -74,4 +74,4 @@ under the License. <h3>${uiLabelMap.OrderNoOrderFound}</h3> </#if> </div> -</div> \ No newline at end of file +</div> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderSalesReps.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderSalesReps.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderSalesReps.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/order/OrderSalesReps.ftl Tue May 29 04:10:28 2012 @@ -44,4 +44,4 @@ under the License. </table> </div> </div> -</#if> \ No newline at end of file +</#if> Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItemInc.ftl Tue May 29 04:10:28 2012 @@ -259,4 +259,4 @@ under the License. <td colspan="3" class="tooltip">*${uiLabelMap.OrderReturnPriceNotIncludeTax}</td> <td colspan="6"> </td> </tr> -</table> \ No newline at end of file +</table> Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl Tue May 29 04:10:28 2012 @@ -125,4 +125,4 @@ under the License. <#else> <h2>${uiLabelMap.ProductProductNotFound} ${productId?if_exists}!</h2> </#if> -</div> \ No newline at end of file +</div> Modified: ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl Tue May 29 04:10:28 2012 @@ -275,4 +275,4 @@ under the License. success: function(data){jObjectStatusId.html(data);} }); } -</script> \ No newline at end of file +</script> Modified: ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java (original) +++ ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java Tue May 29 04:10:28 2012 @@ -512,4 +512,4 @@ public class WebPosTransaction { public ShoppingCart getCart() { return webPosSession.getCart(); } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/customer/EditAddress.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/customer/EditAddress.groovy?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/customer/EditAddress.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/customer/EditAddress.groovy Tue May 29 04:10:28 2012 @@ -47,4 +47,4 @@ if (contactMech) { } } } -request.setAttribute("contactMechPurposeTypeId", parameters.contactMechPurposeTypeId); \ No newline at end of file +request.setAttribute("contactMechPurposeTypeId", parameters.contactMechPurposeTypeId); Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/search/CustomerAddress.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/search/CustomerAddress.groovy?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/search/CustomerAddress.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/search/CustomerAddress.groovy Tue May 29 04:10:28 2012 @@ -44,4 +44,4 @@ if (webPosSession) { context.billingPostalAddress = contactMech.getRelatedOne("PostalAddress"); } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/catalog/CategoryDetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/catalog/CategoryDetail.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/catalog/CategoryDetail.ftl (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/catalog/CategoryDetail.ftl Tue May 29 04:10:28 2012 @@ -65,4 +65,4 @@ under the License. <script language="JavaScript" type="text/javascript"> showSelectedButton(); </script> -</#if> \ No newline at end of file +</#if> Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/CustomerAddress.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/CustomerAddress.ftl?rev=1343473&r1=1343472&r2=1343473&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/CustomerAddress.ftl (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/CustomerAddress.ftl Tue May 29 04:10:28 2012 @@ -118,4 +118,4 @@ under the License. </div> <script language="JavaScript" type="text/javascript"> customerAddressSelected(); -</script> \ No newline at end of file +</script> |
| Free forum by Nabble | Edit this page |
