Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dirszas14 committed Jul 10, 2018
1 parent 78b7d6d commit a35e458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions application/views/admin/finishkp.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@
<?php echo $no++; ?>
</td>
<td>
<?php cetak(date('d-M-Y',strtotime($usi->tanggal_selesai)));?>
<?php cetak(date('d-M-Y',strtotime($u->tanggal_selesai)));?>
</td>
<td>
<?php cetak($usi->no_surat);?>
<?php cetak($u->no_surat);?>
</td>
<td>
<?php cetak($usi->nim);?>
<?php cetak($u->nim);?>
</td>
<td>
<?php cetak($usi->nama_mahasiswa); ?>
<?php cetak($u->nama_mahasiswa); ?>
</td>
<td>
<?php cetak($usi->email); ?>
<?php cetak($u->email); ?>
</td>
<td>
<?php cetak($usi->prodi); ?>
<?php cetak($u->prodi); ?>
</td>
<td>
<button class="btn btn-primary col-sm-9" data-href="<?=site_url("surat/ubahAmbilKP/$usi->id_surat")?>" data-toggle="modal" data-target="#confirm" >
<button class="btn btn-primary col-sm-9" data-href="<?=site_url("surat/ubahAmbilKP/$u->id_surat")?>" data-toggle="modal" data-target="#confirm" >
<span class="fa fa-check"></span> Take
</button>
</td>
Expand Down
Binary file added assets/pdfs/SR0003.pdf
Binary file not shown.

0 comments on commit a35e458

Please sign in to comment.