NIK change to NIP

This commit is contained in:
kicap1992
2021-07-21 15:03:19 +08:00
parent 470f6d9cb8
commit fe791d2168
4 changed files with 9 additions and 9 deletions

View File

@ -136,7 +136,7 @@
<div class="card-content" style="overflow-x: auto; display: none;" id="div_tambah_user">
<form id="sini_form">
<div class="form-group">
<label for="exampleInputEmail1">NIK Guru</label>
<label for="exampleInputEmail1">NIP</label>
<input type="text" class="form-control" id="nik_user" name="nik_user" placeholder="Masukkan NIK Guru" maxlength="18" onkeypress="return isNumberKey(event)" >
</div>
<div class="form-group">
@ -187,7 +187,7 @@
<thead>
<tr>
<th>No</th>
<th>NIK</th>
<th>NIP</th>
<th>Nama</th>
<th>Tanggal Daftar</th>
<th>Aksi</th>