?
Current Path : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Master/ |
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/Master/editsegment.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php foreach($viewinfo as $updata) { $segment=$updata['segment']; $segment_id=$updata['id']; } ?> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="showsegment('<?=$_SESSION['searchoption']?>','<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25" /></label> </div> <fieldset> <legend>Update Insurance Classification</legend> <?php $attributes = array('id' => 'customForm'); echo form_open('master/editsegment',$attributes);?> <ul> <li> <label for="segment">Insurance Classification</label> <?php $data = array( 'name' => 'segment', 'id' => 'segment', 'value' => $segment, ); echo form_input($data).form_error($data); ?> <span id="segmentInfo" class="red_bold">*</span> </li> <?php echo form_hidden('segmentid',$segment_id); ?> <li><label for="submit"> </label> <button type="submit" id="submit" class="clickimage" onclick="return validateform('branch_id','segment');">Update</button> </li> </ul> <?php echo form_close();?> </fieldset>