Exemple #1
0
        ?>
</span>
                    <a href="javascript:void(0)" class="b-button b-button_admin_del b-button_top_-3 removeWallet"></a>
                </span>
                <?php 
    }
    //if
    ?>
            </label>
        </div>
    <?php 
}
//foreach
?>
    <?php 
foreach (WalletTypes::getAllTypes() as $type) {
    if (in_array($type, $ignore_wallet)) {
        continue;
    }
    ?>
        <div class="b-radio__item b-radio__item_padbot_10">
            <input id="wallet<?php 
    echo $type;
    ?>
" class="b-radio__input b-radio__input_top_1" name="wallet" type="radio" value="<?php 
    echo $type;
    ?>
"  >
            <label class="b-radio__label b-radio__label_fontsize_15" for="wallet<?php 
    echo $type;
    ?>