Skip to content

Commit

Permalink
[-] FO : Fix css bug #PSCSX-3842 payment divs classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Nov 10, 2014
1 parent 6c83c2a commit a973d28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -23,7 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="row">
<div class="col-xs-12 {if !$hide_left_column && !$hide_right_column}col-md-6{else if !$hide_left_column || !$hide_right_column}col-md-8{else}col-md-12{/if}">
<div class="col-xs-12">
<p class="payment_module">
<a class="bankwire" href="{$link->getModuleLink('bankwire', 'payment')|escape:'html':'UTF-8'}" title="{l s='Pay by bank wire' mod='bankwire'}">
{l s='Pay by bank wire' mod='bankwire'} <span>{l s='(order processing will be longer)' mod='bankwire'}</span>
Expand Down
Expand Up @@ -23,12 +23,12 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="row">
<div class="col-xs-12 {if !$hide_left_column && !$hide_right_column}col-md-6{else if !$hide_left_column || !$hide_right_column}col-md-8{else}col-md-12{/if}">
<div class="col-xs-12">
<p class="payment_module">
<a class="cash" href="{$link->getModuleLink('cashondelivery', 'validation', [], true)|escape:'html'}" title="{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}" rel="nofollow">
{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}
<span>({l s='You pay for the merchandise upon delivery' mod='cashondelivery'})</span>
</a>
</p>
</div>
</div>
</div>
Expand Up @@ -23,7 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="row">
<div class="col-xs-12 {if !$hide_left_column && !$hide_right_column}col-md-6{else if !$hide_left_column || !$hide_right_column}col-md-8{else}col-md-12{/if}">
<div class="col-xs-12">
<p class="payment_module">
<a class="cheque" href="{$link->getModuleLink('cheque', 'payment', [], true)|escape:'html':'UTF-8'}" title="{l s='Pay by check.' mod='cheque'}">
{l s='Pay by check' mod='cheque'} <span>{l s='(order processing will be longer)' mod='cheque'}</span>
Expand Down

0 comments on commit a973d28

Please sign in to comment.