diff --git a/application/controllers/emergencypurchaseorder.php b/application/controllers/emergencypurchaseorder.php index 0c48f2bf..cc528142 100755 --- a/application/controllers/emergencypurchaseorder.php +++ b/application/controllers/emergencypurchaseorder.php @@ -484,7 +484,7 @@ function add($pathname) $arr[] = array($Picture); } - } + // } foreach($arr as $ma){ @@ -496,7 +496,7 @@ function add($pathname) $filename = $value; } } - + } $myfile = array('FilePath'=>$filename,'PONO'=>$PONO); $this->purchaseorder_model->fileupload($myfile); @@ -1005,7 +1005,7 @@ $RequestedBy = $this->input->post('drpDepartment'); } - } + //} //print_r($arr); foreach($arr as $ma){ @@ -1018,7 +1018,7 @@ $RequestedBy = $this->input->post('drpDepartment'); $filename = $value; } } - + } //$myfile = array('FilePath'=>$filename); //$emergencyitemcode = $this->input->post('materialCode'.$i); $myfile = array('FilePath'=>$filename,'PONO'=>$PONO,'IGRNO'=>$IGRNO); diff --git a/application/views/BatchcardMaintListing.php b/application/views/BatchcardMaintListing.php index f16630dc..e7558de3 100755 --- a/application/views/BatchcardMaintListing.php +++ b/application/views/BatchcardMaintListing.php @@ -16,11 +16,13 @@ text-align: right !important; } button.dt-button, div.dt-button, a.dt-button{ - border: 1px solid blue; - border-radius: 2px; - background-color:orange; - color:black; - font-size:13px; +border: 1px solid blue; +border-radius: 2px; +padding: 6px 25px ; +background-image:none !important; +background-color:#3c8dbc !important; +color:white; +font-size:13px; } @@ -42,7 +44,7 @@ button.dt-button, div.dt-button, a.dt-button{