示例#1
0
            <label class="b-radio__label b-radio__label_fontsize_15" for="wallet<?php 
    echo $wallet['type'];
    ?>
">
                <?php 
    echo WalletTypes::getNameWallet($wallet['type']);
    ?>
                <?php 
    if ($wallet['access_token'] != '') {
        ?>
                <span id="walletInfo<?php 
        echo $wallet['type'];
        ?>
">
                    <span class="b-fon b-fon_bg_f2 b-fon_pad_2_5 b-fon__border_radius_3 b-layout__txt b-layout__txt_fontsize_15"><?php 
        echo Wallet::secureString($wallet['wallet']);
        ?>
</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