diff --git a/application/views/addCostCenter.php b/application/views/addCostCenter.php index d4cc1f4c..f0f8acc2 100644 --- a/application/views/addCostCenter.php +++ b/application/views/addCostCenter.php @@ -63,8 +63,8 @@ $(function() {
- -
+
+
* @@ -78,7 +78,7 @@ $(function() {
-
+
*
@@ -89,7 +89,11 @@ $(function() {
-
+
+
+
+
+
-
+ -
+
 
+
+
+ +
+ * + +
+ 'Select Approver'); + //print_r( $options); + + if(!empty($Approver)) + { + foreach ($Approver as $SID): + + + $options[$SID->EmpID] = $SID->EmpID . " - " . $SID->FirstName . " - " . $SID->Designation; + + endforeach; + } + + echo form_dropdown('ApprovedBy',$options,set_value('ApprovedBy'),'id="ApprovedBy"', 'class = "form-control "'); ?> + + +
+
+
+
+ +

@@ -341,34 +376,7 @@ $(function() {
-
-
-
- * - -
- 'Select Approver'); - //print_r( $options); - - if(!empty($Approver)) - { - foreach ($Approver as $SID): - - - $options[$SID->EmpID] = $SID->EmpID . " - " . $SID->FirstName . " - " . $SID->Designation; - - endforeach; - } - - echo form_dropdown('ApprovedBy',$options,set_value('ApprovedBy'),'id="ApprovedBy"', 'class = "form-control "'); ?> - - -
-
-
-
+
+
+ \ No newline at end of file + '"Budget[<%=index%>][index]"', 'value' => set_value('<%=index%>'),'id'=>'"Budget[<%=index%>][index]"', 'class' => 'form-control','type'=>'hidden'); + echo form_input($data); + ?> + + <%=BudgetType%> + + <%=BudgetYear%> + + <%=BudgetAmount%> + + <%=Remarks%> + +     + + + + + + + + + \ No newline at end of file