NIK change to NIP
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user