Example #1
0
?>

	<div class="table">
  		<div class="row">
    		<div class="cell">
    			<p><b><?php 
_e('Select the Currency which will be used for the payments', 'mgm');
?>
:</b></p>
    		</div>
		</div>
  		<div class="row">
    		<div class="cell">
				<select name="currency" id="currency" class="width200px">					
					<?php 
echo mgm_make_combo_options(mgm_get_currencies(), $data['system_obj']->get_setting('currency'), MGM_KEY_VALUE);
?>

				</select>		
				<p><div class="tips width90"><?php 
_e('All Payment transaction currency', 'mgm');
?>
</div></p>
    		</div>
		</div>
  		<div class="row">
    		<div class="cell">
    			<p><b><?php 
_e('Your Subscription Name', 'mgm');
?>
:</b></p>
Example #2
0
</div></p>
				</div>
			</div>
			<div class="row">
				<div class="cell">
					<p><b><?php 
_e('The Currency used for the payments', 'mgm');
?>
:</b></p>
				</div>
			</div>
			<div class="row">
				<div class="cell">
					<select name="setting[currency]" id="setting_currency" class="width200px">
						<?php 
echo mgm_make_combo_options(mgm_get_currencies(), $data['module']->setting['currency'], MGM_KEY_VALUE);
?>

					</select>							
					<p><div class="tips"><?php 
_e('Currency to use, update primary currency in General Settings page.', 'mgm');
?>
</div></p>
				</div>
			</div>
			<div class="row">
				<div class="cell">
					<p><b><?php 
_e('Ogone Language', 'mgm');
?>
:</b></p>
Example #3
0
][cost]" id="packs_cost_<?php 
echo $data['pack_ctr'] - 1;
?>
" value="<?php 
echo $data['pack']['cost'];
?>
" size="10" maxlength="15"/>
						<select name="packs[<?php 
echo $data['pack_ctr'] - 1;
?>
][currency]" id="<?php 
echo $data['pack_ctr'] - 1;
?>
_currency" class="width200px">
							<?php 
echo mgm_make_combo_options(mgm_get_currencies(), $data['pack']['currency'], MGM_KEY_VALUE);
?>

						</select>						
						<?php 
//echo $data['pack']['currency'];
?>

					</div>
				</div>
			</div>
			
			<div class="row">
				<div class="cell">
					<div class="marginleft10px">	
						<p class="fontweightbold"><?php