Changeset 2483810
- Timestamp:
- 03/01/2021 06:34:14 PM (5 years ago)
- Location:
- rimplenet/trunk
- Files:
-
- 2 edited
-
includes/page-templates/rimplenet-investment-form-template.php (modified) (2 diffs)
-
rimplenet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rimplenet/trunk/includes/page-templates/rimplenet-investment-form-template.php
r2483419 r2483810 156 156 $symbol_position = $all_wallets[$wallet_id_op]['symbol_position']; 157 157 158 if($symbol_position=='right'){ 159 $disp_info = $wallet['name']." - ".number_format($user_wdr_bal,$dec).$symbol; 160 } 161 else{ 162 $disp_info = $wallet['name']." - ".$symbol.number_format($user_wdr_bal,$dec); 163 } 158 $disp_info = getRimplenetWalletFormattedAmount($user_wdr_bal,$wallet_id_op,'wallet_name'); 164 159 165 160 ?> … … 179 174 $symbol = $all_wallets[$wallet_id_op]['symbol']; 180 175 $symbol_position = $all_wallets[$wallet_id_op]['symbol_position']; 181 if($symbol_position=='right'){ 182 $disp_info = $all_wallets[$wallet_id_op]['name']." - ".number_format($user_wdr_bal,$dec).$symbol; 183 } 184 else{ 185 $disp_info = $all_wallets[$wallet_id_op]['name']." - ".$symbol.number_format($user_wdr_bal,$dec); 186 } 176 177 $disp_info = getRimplenetWalletFormattedAmount($user_wdr_bal,$wallet_id_op,'wallet_name'); 187 178 ?> 188 <option value="<?php echo $wallet_id_op; ?>" > <?php echo $disp_info; ?> </option>179 <option value="<?php echo $wallet_id_op; ?>"> <?php echo $disp_info; ?> </option> 189 180 <?php 190 181 } -
rimplenet/trunk/rimplenet.php
r2483419 r2483810 17 17 * Plugin URI: https://rimplenet.com 18 18 * Description: Rimplenet E-Banking | E-Wallets | Investments Plugin | MLM | Matrix Tree | Referral Manager | FinTech 19 * Version: 1.1. 819 * Version: 1.1.11 20 20 * Author: Nellalink 21 21 * Author URI: https://rimplenet.com
Note: See TracChangeset
for help on using the changeset viewer.