Skip to content

Commit

Permalink
Fix SIPSv2 card configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerdic committed Aug 14, 2019
1 parent ff99e59 commit 96a8b32
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion formulaires/inc-bank-config-cartes.html
Expand Up @@ -5,7 +5,7 @@
#SET{val,#CLE}
<span class="choix">
<input type="checkbox" name="#ENV{casier,''}[cartes][]" class="checkbox" id="#GET{name}_#GET{val}" value="#GET{val}"[(#GET{val}|in_any{#ENV*{#ENV{casier,''}}|table_valeur{cartes,#GET{defaut}}}|oui)checked="checked"] />
<label for="#GET{name}_#GET{val}" title="[(#CLE|bank_label_payer_par_carte|attribut_html)]">[(#VAL{paybox}|bank_trouver_logo{#VALEUR}|balise_img{#CLE|bank_label_payer_par_carte})]</label>
<label for="#GET{name}_#GET{val}" title="[(#CLE|bank_label_payer_par_carte|attribut_html)]">[(#ENV{mode}|bank_trouver_logo{#VALEUR}|balise_img{#CLE|bank_label_payer_par_carte})]</label>
</span>
</BOUCLE_cards>
<style>.editer_[(#GET{name})] .choix{display: inline-block;line-height: 30px}.editer_[(#GET{name})] .choix label{margin-left: 0}.editer_[(#GET{name})] .choix label img {max-height:24px;width:auto;vertical-align:middle;}</style>
Expand Down
2 changes: 1 addition & 1 deletion paquet.xml
@@ -1,7 +1,7 @@
<paquet
prefix="bank"
categorie="outil"
version="4.0.0"
version="4.0.1"
etat="stable"
compatibilite="[3.1.0;3.2.*]"
logo="prive/themes/spip/images/credit-card-32.png"
Expand Down
4 changes: 2 additions & 2 deletions presta/sipsv2/inc-configurer_fonctions.php
Expand Up @@ -11,5 +11,5 @@
*/
if (!defined('_ECRIRE_INC_VERSION')) return;

if (!function_exists('systempay_lister_cartes_config'))
include_spip('presta/systempay/config');
if (!function_exists('sipsv2_lister_cartes_config'))
include_spip('presta/sipsv2/config');
Binary file removed presta/sipsv2/logo/AMEX.gif
Binary file not shown.
Binary file removed presta/sipsv2/logo/CB.gif
Binary file not shown.
Binary file removed presta/sipsv2/logo/MASTERCARD.gif
Binary file not shown.
Binary file removed presta/sipsv2/logo/VISA.gif
Binary file not shown.

0 comments on commit 96a8b32

Please sign in to comment.