Plugin Directory

Changeset 2610704


Ignore:
Timestamp:
10/07/2021 04:36:54 AM (4 years ago)
Author:
nellalink
Message:

Placeholder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rimplenet/trunk/includes/layouts/rimplenet-withdrawal-form.php

    r2609595 r2610704  
    3636    'wdr_dest_text_label' => 'Withdrawal Destination',
    3737    'wdr_dest_text_placeholder' => 'Insert your Withdrawal Destination e.g Account Name or Crypto Address',
     38    'crypto_address_placeholder' => 'Ox........Fb',
    3839    'wdr_note_text_label' => 'Withdrawal Note (optional)',
    3940    'wdr_note_text_placeholder' => 'Leave withdrawal note here',
     
    5556$wdr_dest_text_label = $atts['wdr_dest_text_label'];
    5657$wdr_dest_text_placeholder = $atts['wdr_dest_text_placeholder'];
     58$crypto_address_placeholder = $atts['crypto_address_placeholder'];
    5759$wdr_note_text_label = $atts['wdr_note_text_label'];
    5860$wdr_note_text_placeholder = $atts['wdr_note_text_placeholder'];
     
    337339             <div class="col-md-12">
    338340                  <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="">       
    340342                  <!--<p class="mb-0 text-right">1 USD ~ 0.0001 ETH <a href="#">Expected rate - No extra
    341343                    fees</a></p>-->
Note: See TracChangeset for help on using the changeset viewer.