Commit d6ba6f9d by nurchamim

modul : bug

status : selesai
keterangan : bug fix tombol download pada kelola absensi
parent 754bd96e
......@@ -7,7 +7,7 @@
});
</script>
<div class="table-responsive">
<div class="btn-group pull-right">
<div class="btn-group pull-right" style="z-index:1;">
<?php
if (in_array($this->level_user, array('3', '7'))) { ?>
<button type="button" class="btn btn-primary download" id="pdf" aria-haspopup="true" aria-expanded="false">
......
......@@ -122,7 +122,7 @@
<div class="row mt-1">
<div class="col-md-12">
<div class="table-responsive">
<div class="float-md-right ml-1">
<div class="btn-group float-md-right ml-1" style="z-index:1;">
<button type="button" id="btn_download" class="btn btn-primary" tglmulai="<?= $tgl_mulai ?>" tglselesai="<?= $tgl_selesai ?>" idkaryawan="0" idcabang="0" iddepartemen="0">
<i class="fa fa-download"></i> <?= $this->lang->line('button_unduh') ?></button>
</div>
......
......@@ -15,8 +15,8 @@
});
</script>
<div class="table-responsive">
<div class="pull-right ml-1">
<button id="download" type="button" class="btn btn-primary" aria-haspopup="true" aria-expanded="false">
<div class="btn-group pull-right ml-1" style="z-index:1;">
<button id="download" type="button" class="btn btn-primary">
<i class="fa fa-download"></i> <?= $this->lang->line('button_unduh') ?>
</button>
</div>
......
......@@ -14,7 +14,7 @@
});
</script>
<div class="table-responsive">
<div class="btn-group pull-right">
<div class="btn-group pull-right" style="z-index:1;">
<button type="button" id="download" class="btn btn-primary">
<i class="fa fa-download"></i> <?= $this->lang->line('button_unduh') ?>
</button>
......
......@@ -24,7 +24,7 @@
}
</style>
<div class="table-responsive">
<div class="pull-right ml-1">
<div class="btn-group pull-right ml-1" style="z-index:1;">
<button id="excel" type="button" class="btn btn-primary download" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-download"></i> <?= $this->lang->line('button_unduh') ?>
</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment