Exemple #1
0
								<div class="input-prepend">
									<span class="add-on"><?php 
                echo $this->config->currency_symbol;
                ?>
</span>
									<input id="gross_amount" type="text" readonly="readonly" class="input-small" value="<?php 
                echo OSMembershipHelper::formatAmount($this->fees['gross_amount'], $this->config);
                ?>
" />
								</div>
							<?php 
            } else {
                ?>
								<div class="input-append">										
									<input id="gross_amount" type="text" readonly="readonly" class="input-small" value="<?php 
                echo OSMembershipHelper::formatAmount($this->fees['gross_amount'], $this->config);
                ?>
" />
									<span class="add-on"><?php 
                echo $this->config->currency_symbol;
                ?>
</span>
								</div>
							<?php 
            }
            ?>
					</div>
				</div>						
				<?php 
        }
    }