+ Back
+
+ +
+
+
+
+
+
+ 'form-label-left addconfig ','name' => 'addconfig','id' => 'addconfig');
+
+ echo form_open($this->config->base_url().'addNewconfig/',$attributes); ?>
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 'Configid','value' => set_value('Configid'),'id'=>'Configid', 'class' => 'form-control' ,'required' => 'true');
+ echo form_input($data);
+ ?>
+
+
+
+
+
+
+
+
+
+
+ 'configurationname','value' => set_value('configurationname'),'id'=>'configurationname', 'class' => 'form-control' ,'required' => 'true');
+ echo form_input($data);
+ ?>
+
+
+
+
+
+
+
+
+ 'Comments','value' => set_value('Comments'),'id'=>'Comments', 'class' => 'form-control' ,'required' => 'true');
+ echo form_input($data);
+ ?>
+
+ +
+
+ Add Configuration
+
+
+
+
+
++ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | S.NO | +Configuration Value | +Action | + + + + + + + + +
|---|
+ load->helper('form');
+ $error = $this->session->flashdata('error');
+ if($error)
+ {
+ ?>
+
+
+
+ session->flashdata('error'); ?>
+
+
+ session->flashdata('success');
+ if($success)
+ {
+ ?>
+
+
+ session->flashdata('success'); ?>
+
+
+
+
+
+
+ ', '
'); ?>
+