?
Current Path : /home1/savoy/public_html/savoyglobal.net/horeitia/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/public_html/savoyglobal.net/horeitia/application/views/Settings/single_reminder.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <div class="select-bar"> <span class="heading">Reminder Information</span> <span class="heading-right"> <img src="<?=base_url()?>assets/images/edit-icon.gif" title="Edit" width="20" height="20" alt="Edit" align = "center" class="clickimage" onclick="editformdata('settings','edit_page','<?=$id;?>','reminder','reminder_id','edit_reminder')" alt="" /> </span> </div> <fieldset> <?php $attributes=array('id'=>'validateform','class'=>'customForm'); echo form_open('',$attributes);?> <ul> <li> <label for="data">Subject</label> <div class="record_entry"> <?php echo $viewinfo->reminder_subject; ?> </div> </li> <li> <label for="data">Date</label> <div class="record_entry"> <?php echo $this->mastermodel->convertdatenormalformat($viewinfo->reminder_date); ?> </div> </li> <li> <label for="data">Remind Before (in days)</label> <div class="record_entry"> <?php echo $viewinfo->remind_before; ?> </div> </li> <li> <label for="data">Description</label> <div class="record_entry"> <?php echo $viewinfo->reminder_subject; ?> </div> </li> <input type="hidden" name="reminder_id" value="<?=$id;?>"/> </ul> <?php echo form_close();?> </fieldset>