?
Current Path : /home1/savoy/public_html/savoyglobal.net/ccnerp/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/ccnerp/application/views/settings/add_reminder.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $this->load->view('documentreadyfunctions'); ?> <div class="icons_main"> <div class="icons"> <img src="<?=base_url()?>assets/images/back.png" title="Back" class="clickimage" onclick="viewdata('settings','viewinsettingssearch','search_reminder','view_reminder','<?=$_SESSION['pagenum'];?>')" alt="Back" align = "center" width="32" height="32" /> </div> <div class="icons_caption"> <h4>Creating new Reminder</h4> </div> </div> <?php $attributes=array('id'=>'validateform','class'=>'validate'); echo form_open('settings/addinsettings/insert_reminder/view_reminder/1',$attributes); ?> <div class="grid_6"> <div class="box"> <div class="header"> <span></span> </div> <div class="content no-padding"> <div class="section _100"> <label>Subject </label> <div> <input name="reminder_subject" id="reminder_subject" class="required" type="text" > </div> </div> <div class="section _100"> <label> Reminder Date </label> <div> <input name="reminder_date" id="date" type="dateonly" class="required"/> </div> </div> <div class="section _100"> <label> Remind Before (days)</label> <div> <input name="remind_before" id="remind_before" class="number" type="text" > </div> </div> <div class="section _100"> <label> Description </label> <div> <textarea name="reminder_description" id="reminder_description" class="" ></textarea> </div> </div> </div> <?php //// ?> <div class="actions"> <div class="actions-left"> <input type="reset"> <input type="hidden" name="resfunction" value="search_agent"/> </div> <div class="actions-right"> <button type="submit" id="submit" class="clickimage" onclick="addformdata('validateform')">Save</button> </div> </div> <?php echo form_close();?> </div> </div>