From e82fab9dda0a221d9695eec2563d474cb888211c Mon Sep 17 00:00:00 2001 From: Tsvi Zandany Date: Tue, 18 Jul 2023 11:04:31 -0500 Subject: [PATCH] added new colored theme to app's interface --- src/main/resources/templates/edit_form.html | 46 +++++++++++++++++++- src/main/resources/templates/index.html | 48 ++++++++++++++++++++- src/main/resources/templates/new_form.html | 42 +++++++++++++++++- 3 files changed, 133 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/edit_form.html b/src/main/resources/templates/edit_form.html index 5b5521f..c5befda 100755 --- a/src/main/resources/templates/edit_form.html +++ b/src/main/resources/templates/edit_form.html @@ -4,6 +4,49 @@ Edit Sale +
@@ -35,4 +78,5 @@

Edit Sale

- \ No newline at end of file + + \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 4dbceca..a76e0c5 100755 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -4,13 +4,59 @@ Sales Manager Application +

Sales Records

Enter New Sale

- +
diff --git a/src/main/resources/templates/new_form.html b/src/main/resources/templates/new_form.html index 4aae848..215f141 100755 --- a/src/main/resources/templates/new_form.html +++ b/src/main/resources/templates/new_form.html @@ -4,6 +4,45 @@ New Sale +
@@ -31,4 +70,5 @@

Enter New Sale

ID
- \ No newline at end of file + + \ No newline at end of file