subram changed file

This commit is contained in:
resicovenba 2017-03-28 17:00:40 +05:30
parent 2a79c32431
commit 8535800474
5 changed files with 9 additions and 9 deletions

View File

@ -49,7 +49,7 @@ class CostCenter extends BaseController
$data['userRecords'] = $this->costcenter_model->costListing($searchText, $returns["page"], $returns["segment"]); $data['userRecords'] = $this->costcenter_model->costListing($searchText, $returns["page"], $returns["segment"]);
$this->global['pageTitle'] = 'Siddharth : Cost Listing'; $this->global['pageTitle'] = 'Siddharth : Cost List';
$this->loadViews("costListing", $this->global, $data, NULL); $this->loadViews("costListing", $this->global, $data, NULL);
@ -63,7 +63,7 @@ class CostCenter extends BaseController
//$data['costName'] = $this->purchaseorder_model->getcostName(); //$data['costName'] = $this->purchaseorder_model->getcostName();
//$data['users'] = $this->purchaseorder_model->getusers(); //$data['users'] = $this->purchaseorder_model->getusers();
$this->global['pageTitle'] = 'siddharth : AddNew cost'; $this->global['pageTitle'] = 'siddharth : Add Cost';
$this->loadViews("addcost", $this->global, NULL); $this->loadViews("addcost", $this->global, NULL);
@ -208,7 +208,7 @@ class CostCenter extends BaseController
$data['Cost'] = $this->costcenter_model->getuserinfo($CostCenterID); $data['Cost'] = $this->costcenter_model->getuserinfo($CostCenterID);
//$data['users'] = $this->purchaseorder_model->getusers(); //$data['users'] = $this->purchaseorder_model->getusers();
$this->global['pageTitle'] = 'Siddharth : Edit Cost'; $this->global['pageTitle'] = 'Siddharth : View Cost';
$this->loadViews("viewcost", $this->global, $data,NULL); $this->loadViews("viewcost", $this->global, $data,NULL);

View File

@ -62,7 +62,7 @@ class supplier extends BaseController
//$data['SupplierName'] = $this->purchaseorder_model->getSupplierName(); //$data['SupplierName'] = $this->purchaseorder_model->getSupplierName();
//$data['users'] = $this->purchaseorder_model->getusers(); //$data['users'] = $this->purchaseorder_model->getusers();
$this->global['pageTitle'] = 'siddharth : AddNew Supplier'; $this->global['pageTitle'] = 'siddharth : Add New Supplier';
$this->loadViews("addsupplier", $this->global, NULL); $this->loadViews("addsupplier", $this->global, NULL);

View File

@ -10,7 +10,7 @@
<section class="content"> <section class="content">
<div style="text-align:right;"> <div style="text-align:right;">
<a href="<?php echo base_url() ?>costListing" class="btn btn-info" value="Back"/>Back</a> <a>href="<?php echo base_url() ?>costListing" class="btn btn-info" value="Back"/>Back</a>
</div> </div>
<br> <br>

View File

@ -10,7 +10,7 @@
<div class="row"> <div class="row">
<div class="col-xs-12 text-right"> <div class="col-xs-12 text-right">
<div class="form-group"> <div class="form-group">
<a class="btn btn-primary" href="<?php echo base_url(); ?>addemployee">AddNew</a> <a class="btn btn-primary" href="<?php echo base_url(); ?>addemployee">Add sNew</a>
</div> </div>
</div> </div>
</div> </div>
@ -33,7 +33,7 @@
<div class="box-body table-responsive no-padding"> <div class="box-body table-responsive no-padding">
<table class="table table-hover"> <table class="table table-hover">
<tr> <tr>
<th>EmpID</th> <th>Emp ID</th>
<th>First Name</th> <th>First Name</th>
<th>Last Name</th> <th>Last Name</th>
<th>Date of Birth</th> <th>Date of Birth</th>
@ -47,7 +47,7 @@
<th>City</th> <th>City</th>
<th>State</th> <th>State</th>
<th>Pin</th> <th>Pin</th>
<th>DepartmentName</th> <th>Department Name</th>
<th>User_Comments</th> <th>User_Comments</th>
<th>Edit</th> <th>Edit</th>

View File

@ -9,7 +9,7 @@
<div class="row"> <div class="row">
<div class="col-xs-12 text-right"> <div class="col-xs-12 text-right">
<div class="form-group"> <div class="form-group">
<a class="btn btn-primary" href="<?php echo base_url(); ?>addRawmaterial">AddNew</a> <a class="btn btn-primary" href="<?php echo base_url(); ?>addRawmaterial">Add New</a>
</div> </div>
</div> </div>
</div> </div>