update sync server
This commit is contained in:
@@ -203,9 +203,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-right">Code</div>
|
||||
<div class="col-md-4 text-right">ID</div>
|
||||
<div class="col-md-8">
|
||||
<input type="number" name="Code">
|
||||
<input type="text" name="Code">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>Code</th>
|
||||
<th>Department</th>
|
||||
<th>Registration Image</th>
|
||||
<th>Code</th>
|
||||
@@ -16,7 +15,6 @@
|
||||
<tr onclick="choooseToSync(this);" style="cursor: pointer;" data-stt="false" data-id="{$arr.idStaff}">
|
||||
<td>{$arr.idStaff}</td>
|
||||
<td>{$arr.name}</td>
|
||||
<td>{$arr.code}</td>
|
||||
<td>{$arr.department}</td>
|
||||
<td>
|
||||
{foreach from=$arr.images item=img}
|
||||
|
||||
Reference in New Issue
Block a user