diff --git a/api-payroll/public/html/editEmployee.php b/api-payroll/public/html/editEmployee.php new file mode 100644 index 0000000..5f9c3df --- /dev/null +++ b/api-payroll/public/html/editEmployee.php @@ -0,0 +1,93 @@ + + + +
+
+
+
+

New employee

+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ Create +
+
+
+
+
+
\ No newline at end of file diff --git a/api-payroll/public/html/landing.php b/api-payroll/public/html/landing.php index 051e0b3..3acffa6 100644 --- a/api-payroll/public/html/landing.php +++ b/api-payroll/public/html/landing.php @@ -31,8 +31,8 @@ if(!isset($_SESSION['userName'])){ diff --git a/api-payroll/public/html/NewEmployee.php b/api-payroll/public/html/newEmployee.php similarity index 99% rename from api-payroll/public/html/NewEmployee.php rename to api-payroll/public/html/newEmployee.php index aff682f..99bb0e6 100644 --- a/api-payroll/public/html/NewEmployee.php +++ b/api-payroll/public/html/newEmployee.php @@ -1,4 +1,4 @@ - +
diff --git a/api-payroll/public/js/editEmployee.js b/api-payroll/public/js/editEmployee.js new file mode 100644 index 0000000..e69de29 diff --git a/api-payroll/public/js/NewEmployee.js b/api-payroll/public/js/newEmployee.js similarity index 100% rename from api-payroll/public/js/NewEmployee.js rename to api-payroll/public/js/newEmployee.js