[ui] feat: Add input field for creating instructor

This commit is contained in:
ChronosX88 2019-09-25 20:23:40 +04:00
parent d96d62142b
commit c487612839
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -14,4 +14,13 @@
<td><button type="button" class="btn btn-danger">DELETE</button></td>
</tr>
</tbody>
</table>
</table>
<div style="text-align: center;"><h1>Instructor Details</h1>
<br>
<label><h5 style="text-align: initial">First Name</h5><input type="text" style="margin-right: 20px"></label>
<label><h5 style="text-align: initial">Middle Name</h5><input type="text" style="margin-right: 20px"></label>
<label><h5 style="text-align: initial">Last Name</h5><input type="text"></label>
<br>
<button type="button" class="btn btn-primary">ADD/SAVE</button>
</div>