?
Current Path : /home1/savoy/public_html/savoyglobal.net/sgms/draft/application/views/Accounting/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/sgms/draft/application/views/Accounting/add_currency.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <div class="select-bar"> <label><img src="<?=base_url()?>assets/images/backbutton.png" title="Back" class="clickimage" onclick="viewdata('accounting','viewinaccountingsearch','search_currency','view_currency','<?=$_SESSION['pagenum'];?>')" alt="Back" align = "center" width="25" height="25" /> </label> <span class="heading">Inserting new Currency</span> </div> <fieldset> <?php $attributes=array('id'=>'validateform','class'=>'customForm'); echo form_open('accounting/addinaccounting/add/view_currency/1',$attributes); ?> <ul> <li> <label for="data">Currency Name</label> <input type="text" name="currency_name" id="currency_name" class="required" /> </li> <li> <label for="data">Currency Code</label> <input type="text" name="currency_code" id="currency_code" class="required" /> </li> <li> <input type="hidden" name="tab_name" value="currency"/> <input type="hidden" name="resfunction" value="search_currency"/> <label for="submit"> </label> <button type="submit" id="submit" class="clickimage" onclick="addformdata('validateform')">Save</button> </li> </ul> <?php echo form_close();?> </fieldset>