?
Current Path : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Settings/ |
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/www/savoyglobal.net/drafthr/system/application/views/Settings/add_mainacc_settings.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="showmainacc_settings()" alt="Back" align = "center" width="25" height="25" /></label> </div> <?php $attributes = array('id' => 'customForm'); echo form_open('',$attributes); ?> <fieldset> <div style="display:none" id="temp"></div> <table style="padding:15px 0 0 25px"> <caption>ADD Main A/C Settings </caption> <tr > <td> <label for="classid">Commission Payable :</label> </td> <td> <select style="width: 160px" id="commission" name="commission"> <option value="0">Select</option> <?php $this->load->view('Accounting/mainaccountlist'); ?> </select> <span id="commissionInfo" class="red_bold">*</span> </td> </tr> <tr> <td> <label for="classid">Cover Code :</label> </td> <td> <input type="text" name="covercode" id="covercode" value=""></td> </tr> <tr height="25px"> <td></td> <td> <button type="button" class="clickimage" name="class-save" onclick="insertmainacc_setting()" id="class-save"> Add Settings </button> </td> </tr> </table> </fieldset> <?php echo form_close(); ?>