change line endings in some templates

This commit is contained in:
Daniel Seifert 2014-05-02 14:49:46 +00:00
parent 5784e2a51e
commit ee32a42d22
3 changed files with 240 additions and 240 deletions

View File

@ -15,7 +15,7 @@
[{block name="checkout_basket_backtoshop_top"}] [{block name="checkout_basket_backtoshop_top"}]
<div class="backtoshop"> <div class="backtoshop">
[{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}] [{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}]
<form action="[{ $oViewConf->getSslSelfLink()|oxaddparams:"cl=basket" }]" method="post"> <form action="[{$oViewConf->getSslSelfLink()|oxaddparams:"cl=basket"}]" method="post">
[{ $oViewConf->getHiddenSid() }] [{ $oViewConf->getHiddenSid() }]
<input type="hidden" name="cl" value="basket"> <input type="hidden" name="cl" value="basket">
<input type="hidden" name="fnc" value="backtoshop"> <input type="hidden" name="fnc" value="backtoshop">
@ -32,7 +32,7 @@
[{else}] [{else}]
[{block name="basket_btn_next_top"}] [{block name="basket_btn_next_top"}]
[{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}] [{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}]
<form action="[{ $oViewConf->getSslSelfLink()|oxaddparams:"cl=user" }]" method="post"> <form action="[{$oViewConf->getSslSelfLink()|oxaddparams:"cl=user"}]" method="post">
[{ $oViewConf->getHiddenSid() }] [{ $oViewConf->getHiddenSid() }]
<input type="hidden" name="cl" value="user"> <input type="hidden" name="cl" value="user">
<button type="submit" class="submitButton largeButton nextStep">[{ oxmultilang ident="CONTINUE_TO_NEXT_STEP" }]</button> <button type="submit" class="submitButton largeButton nextStep">[{ oxmultilang ident="CONTINUE_TO_NEXT_STEP" }]</button>
@ -48,9 +48,9 @@
[{block name="checkout_basket_vouchers"}] [{block name="checkout_basket_vouchers"}]
[{oxscript include="js/widgets/oxinputvalidator.js" priority=10 }] [{oxscript include="js/widgets/oxinputvalidator.js" priority=10 }]
[{oxscript add="$('form.js-oxValidate').oxInputValidator();"}] [{oxscript add="$('form.js-oxValidate').oxInputValidator();"}]
<div id="basketVoucher"> <div id="basketVoucher">
[{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}] [{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}]
<form name="voucher" action="[{ $oViewConf->getSelfActionLink()|oxaddparams:"cl=basket" }]" method="post" class="js-oxValidate"> <form name="voucher" action="[{$oViewConf->getSelfActionLink()|oxaddparams:"cl=basket"}]" method="post" class="js-oxValidate">
<div class="couponBox" id="coupon"> <div class="couponBox" id="coupon">
[{foreach from=$Errors.basket item=oEr key=key}] [{foreach from=$Errors.basket item=oEr key=key}]
[{if $oEr->getErrorClassType() == 'oxVoucherException'}] [{if $oEr->getErrorClassType() == 'oxVoucherException'}]
@ -83,7 +83,7 @@
[{if $oView->showBackToShop()}] [{if $oView->showBackToShop()}]
[{block name="checkout_basket_backtoshop_bottom"}] [{block name="checkout_basket_backtoshop_bottom"}]
[{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}] [{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}]
<form action="[{ $oViewConf->getSslSelfLink()|oxaddparams:"cl=basket" }]" method="post"> <form action="[{$oViewConf->getSslSelfLink()|oxaddparams:"cl=basket"}]" method="post">
<div class="backtoshop"> <div class="backtoshop">
[{ $oViewConf->getHiddenSid() }] [{ $oViewConf->getHiddenSid() }]
<input type="hidden" name="cl" value="basket"> <input type="hidden" name="cl" value="basket">
@ -101,7 +101,7 @@
[{else}] [{else}]
[{block name="basket_btn_next_bottom"}] [{block name="basket_btn_next_bottom"}]
[{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}] [{*** D3 MOD NEXT_LINE * GoogleAnalytics ***}]
<form action="[{ $oViewConf->getSslSelfLink()|oxaddparams:"cl=user" }]" method="post"> <form action="[{$oViewConf->getSslSelfLink()|oxaddparams:"cl=user"}]" method="post">
[{ $oViewConf->getHiddenSid() }] [{ $oViewConf->getHiddenSid() }]
<input type="hidden" name="cl" value="user"> <input type="hidden" name="cl" value="user">
<button type="submit" class="submitButton largeButton nextStep">[{ oxmultilang ident="CONTINUE_TO_NEXT_STEP" }]</button> <button type="submit" class="submitButton largeButton nextStep">[{ oxmultilang ident="CONTINUE_TO_NEXT_STEP" }]</button>
@ -109,7 +109,7 @@
[{/block}] [{/block}]
[{/if}] [{/if}]
</div> </div>
[{/if }] [{/if}]
[{if $oView->isWrapping() }] [{if $oView->isWrapping() }]
[{include file="page/checkout/inc/wrapping.tpl"}] [{include file="page/checkout/inc/wrapping.tpl"}]
[{/if}] [{/if}]