-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new fields for employee and also adding the employee to employe…
…e table
- Loading branch information
1 parent
6e894dd
commit ec7584b
Showing
2 changed files
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ | |
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Update Company</title> | ||
<title>Update Staff</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
|
||
|
||
|
@@ -696,7 +696,7 @@ | |
<!-- Start Header form --> | ||
<div class="headerimg text-center"> | ||
<img src="image/update.png.png" alt="network-logo" width="50" height="50" /> | ||
<h2>Update</h2> | ||
<h2>Update Staff Info</h2> | ||
</div> | ||
<!-- End Header form --> | ||
|
||
|