Changeset 2610704
- Timestamp:
- 10/07/2021 04:36:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/includes/layouts/rimplenet-withdrawal-form.php
r2609595 r2610704 36 36 'wdr_dest_text_label' => 'Withdrawal Destination', 37 37 'wdr_dest_text_placeholder' => 'Insert your Withdrawal Destination e.g Account Name or Crypto Address', 38 'crypto_address_placeholder' => 'Ox........Fb', 38 39 'wdr_note_text_label' => 'Withdrawal Note (optional)', 39 40 'wdr_note_text_placeholder' => 'Leave withdrawal note here', … … 55 56 $wdr_dest_text_label = $atts['wdr_dest_text_label']; 56 57 $wdr_dest_text_placeholder = $atts['wdr_dest_text_placeholder']; 58 $crypto_address_placeholder = $atts['crypto_address_placeholder']; 57 59 $wdr_note_text_label = $atts['wdr_note_text_label']; 58 60 $wdr_note_text_placeholder = $atts['wdr_note_text_placeholder']; … … 337 339 <div class="col-md-12"> 338 340 <label for="rimplenet_withdrawal_crypto_address"> <strong> Crypto Address </strong> </label> 339 <input name="rimplenet_withdrawal_crypto_address" id="rimplenet_withdrawal_crypto_address" class="rimplenet_withdrawal_crypto_address rimplenet-input" placeholder=" Ox........Fb" type="text" value="" required="">341 <input name="rimplenet_withdrawal_crypto_address" id="rimplenet_withdrawal_crypto_address" class="rimplenet_withdrawal_crypto_address rimplenet-input" placeholder="<?php echo $crypto_address_placeholder; ?>" type="text" value="" required=""> 340 342 <!--<p class="mb-0 text-right">1 USD ~ 0.0001 ETH <a href="#">Expected rate - No extra 341 343 fees</a></p>-->
Note: See TracChangeset
for help on using the changeset viewer.