This commit is contained in:
Sampanna Rimal
2024-07-12 17:57:29 +05:45
parent 9cd05ef3cb
commit 7ffe31e260
22 changed files with 209 additions and 97 deletions

View File

@ -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>