示例#1
0
    echo get_current_user_id();
    ?>
" name="orderId">
		<table class="bsaAdminTable form-table">
			<tbody class="bsaTbody">
			<tr>
				<th scope="row"><label><?php 
    echo bsa_get_trans('affiliate_program', 'earnings');
    ?>
</label></th>
				<td>
					<?php 
    echo $before;
    ?>
<input name="amount" type="number" class="regular-text" placeholder="" maxlength="255" value="<?php 
    echo bsa_number_format($model->getAffiliateBalance());
    ?>
" disabled><?php 
    echo $after;
    ?>
				</td>
			</tr>
			<tr>
				<th scope="row"><label for="bsa_pro_payment_account"><?php 
    echo bsa_get_trans('affiliate_program', 'payment');
    ?>
</label></th>
				<td>
					<input id="bsa_pro_payment_account" name="payment_account" type="email" class="regular-text" maxlength="255" value="">
				</td>
			</tr>