mirror of
https://github.com/ChronosX88/InstructorsListAppTA.git
synced 2024-12-04 22:52:19 +00:00
[ui] feat: Add input field for creating instructor
This commit is contained in:
parent
d96d62142b
commit
c487612839
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user