changes
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
<div class="col">
|
||||
<div class="form-group">
|
||||
<label for="description"><?php myLang('Unit Code'); ?></label>
|
||||
<input class="form-control" id="description" name="description"><?php echo isset($unit) ? $unit->description : ''; ?>
|
||||
<input class="form-control" id="description" name="description" value="<?php echo isset($unit) ? $unit->description : ''; ?>" name="description" >
|
||||
</div>
|
||||
</div>
|
||||
<!--COL END-->
|
||||
@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<?php $TableData = $this->db->query("select * from tbl_units where status=1")->result(); ?>
|
||||
<table class="table table-bordered table-striped dataTable">
|
||||
<table class="table table-bordered table-striped longdataTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="table-col col-1"><?php myLang('S.N'); ?></th>
|
||||
|
Reference in New Issue
Block a user