Change Absen to Presensi
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<li class="list-group-item bg-primary text-white border-bottom">Data UMKM</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/absensi" style="text-decoration:none;">
|
||||
<li class="list-group-item text-dark border-bottom">Absensi</li>
|
||||
<li class="list-group-item text-dark border-bottom">Presensi</li>
|
||||
</a>
|
||||
<a href="<?php echo base_url('index.php/')?>admin/laporan" style="text-decoration:none;">
|
||||
<li class="list-group-item text-dark border-bottom">Laporan</li>
|
||||
@@ -82,7 +82,7 @@
|
||||
if($del_msg=='error'){
|
||||
?>
|
||||
<div class="alert alert-danger" role="alert">Tidak bisa menghapus <strong><?php echo $del_umkm ?></strong>
|
||||
, kerena terdapat data absensi yang terkait !</div>
|
||||
, kerena terdapat data presensi yang terkait !</div>
|
||||
<?php }elseif($del_msg=='sucess'){ ?>
|
||||
<div class="alert alert-success" role="alert">Data berhasil terhapus !</div>
|
||||
<?php }} ?>
|
||||
|
||||
Reference in New Issue
Block a user