Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
master-absenku-custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nurchamim
master-absenku-custom
Commits
d6ba6f9d
Commit
d6ba6f9d
authored
Dec 22, 2025
by
nurchamim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modul : bug
status : selesai keterangan : bug fix tombol download pada kelola absensi
parent
754bd96e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
application/views/data_absensi/list_data.php
+1
-1
application/views/laporan_aktivitas/data_tabel.php
+1
-1
application/views/pengajuan_izin/list_data.php
+2
-2
application/views/pengajuan_lembur/list_data.php
+1
-1
application/views/rekap_absensi/list_data.php
+1
-1
No files found.
application/views/data_absensi/list_data.php
View file @
d6ba6f9d
...
...
@@ -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"
>
...
...
application/views/laporan_aktivitas/data_tabel.php
View file @
d6ba6f9d
...
...
@@ -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>
...
...
application/views/pengajuan_izin/list_data.php
View file @
d6ba6f9d
...
...
@@ -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>
...
...
application/views/pengajuan_lembur/list_data.php
View file @
d6ba6f9d
...
...
@@ -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>
...
...
application/views/rekap_absensi/list_data.php
View file @
d6ba6f9d
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment