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>
@ -42,40 +42,40 @@
</div> </div>
<div class="lineBox"> <div class="lineBox">
[{include file="page/checkout/inc/basketcontents.tpl" editable=true}] [{include file="page/checkout/inc/basketcontents.tpl" editable=true}]
[{if $oViewConf->getShowVouchers()}] [{if $oViewConf->getShowVouchers()}]
[{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'}]
<div class="inlineError"> <div class="inlineError">
[{ oxmultilang ident="COUPON_NOT_ACCEPTED" args=$oEr->getValue('voucherNr') }] [{ oxmultilang ident="COUPON_NOT_ACCEPTED" args=$oEr->getValue('voucherNr') }]
<strong>[{ oxmultilang ident="REASON" suffix="COLON" }]</strong> <strong>[{ oxmultilang ident="REASON" suffix="COLON" }]</strong>
[{ $oEr->getOxMessage() }] [{ $oEr->getOxMessage() }]
</div> </div>
[{/if}] [{/if}]
[{/foreach}] [{/foreach}]
<label>[{ oxmultilang ident="ENTER_COUPON_NUMBER" suffix="COLON" }]</label> <label>[{ oxmultilang ident="ENTER_COUPON_NUMBER" suffix="COLON" }]</label>
[{ $oViewConf->getHiddenSid() }] [{ $oViewConf->getHiddenSid() }]
<input type="hidden" name="cl" value="basket"> <input type="hidden" name="cl" value="basket">
<input type="hidden" name="fnc" value="addVoucher"> <input type="hidden" name="fnc" value="addVoucher">
<input type="text" size="20" name="voucherNr" class="textbox js-oxValidate js-oxValidate_notEmpty"> <input type="text" size="20" name="voucherNr" class="textbox js-oxValidate js-oxValidate_notEmpty">
<button type="submit" class="submitButton">[{ oxmultilang ident="SUBMIT_COUPON" }]</button> <button type="submit" class="submitButton">[{ oxmultilang ident="SUBMIT_COUPON" }]</button>
<p class="oxValidateError"> <p class="oxValidateError">
<span class="js-oxError_notEmpty">[{ oxmultilang ident="ERROR_MESSAGE_INPUT_NOTALLFIELDS" }]</span> <span class="js-oxError_notEmpty">[{ oxmultilang ident="ERROR_MESSAGE_INPUT_NOTALLFIELDS" }]</span>
</p> </p>
<input type="hidden" name="CustomError" value='basket'> <input type="hidden" name="CustomError" value='basket'>
</div>
</form>
</div> </div>
</form> [{/block}]
</div> [{/if}]
[{/block}]
[{/if}]
</div> </div>
@ -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}]