From 0e51f751ed4b14ca5efe1d57aed23fe9167e5378 Mon Sep 17 00:00:00 2001 From: Ebenezer Date: Tue, 20 Nov 2018 22:48:47 +0100 Subject: [PATCH] Add snackbar.js for status messages import script files in html pages --- UI/assets/css/snackbar.css | 0 UI/assets/js/snackbar.js | 0 UI/index.html | 1 + UI/pages/adduser.html | 1 + UI/pages/admindashboard.html | 1 + UI/pages/attendantdashboard.html | 1 + UI/pages/attendantsales.html | 1 + UI/pages/mysalerecordpage.html | 1 + UI/pages/product-item.html | 1 + UI/pages/products.html | 1 + UI/pages/salesrecord.html | 1 + UI/pages/userlist.html | 1 + 12 files changed, 10 insertions(+) create mode 100644 UI/assets/css/snackbar.css create mode 100644 UI/assets/js/snackbar.js diff --git a/UI/assets/css/snackbar.css b/UI/assets/css/snackbar.css new file mode 100644 index 0000000..e69de29 diff --git a/UI/assets/js/snackbar.js b/UI/assets/js/snackbar.js new file mode 100644 index 0000000..e69de29 diff --git a/UI/index.html b/UI/index.html index 7e32cf5..4c0bba9 100644 --- a/UI/index.html +++ b/UI/index.html @@ -34,6 +34,7 @@

Login Here

+ diff --git a/UI/pages/adduser.html b/UI/pages/adduser.html index e4645c8..445c5e8 100644 --- a/UI/pages/adduser.html +++ b/UI/pages/adduser.html @@ -42,6 +42,7 @@ + diff --git a/UI/pages/admindashboard.html b/UI/pages/admindashboard.html index e905ef0..197a143 100644 --- a/UI/pages/admindashboard.html +++ b/UI/pages/admindashboard.html @@ -52,6 +52,7 @@

New Sales

+ diff --git a/UI/pages/attendantdashboard.html b/UI/pages/attendantdashboard.html index 9e9dc53..f8c99c4 100644 --- a/UI/pages/attendantdashboard.html +++ b/UI/pages/attendantdashboard.html @@ -39,6 +39,7 @@

My Sales

+ diff --git a/UI/pages/attendantsales.html b/UI/pages/attendantsales.html index 1a57e81..18b65c8 100644 --- a/UI/pages/attendantsales.html +++ b/UI/pages/attendantsales.html @@ -36,6 +36,7 @@ + diff --git a/UI/pages/mysalerecordpage.html b/UI/pages/mysalerecordpage.html index 6591dd3..d80c648 100644 --- a/UI/pages/mysalerecordpage.html +++ b/UI/pages/mysalerecordpage.html @@ -35,6 +35,7 @@ + diff --git a/UI/pages/product-item.html b/UI/pages/product-item.html index 541995a..1a533ab 100644 --- a/UI/pages/product-item.html +++ b/UI/pages/product-item.html @@ -26,6 +26,7 @@ + diff --git a/UI/pages/products.html b/UI/pages/products.html index a91adb3..8c48771 100644 --- a/UI/pages/products.html +++ b/UI/pages/products.html @@ -35,6 +35,7 @@
+ diff --git a/UI/pages/salesrecord.html b/UI/pages/salesrecord.html index 5c56090..2fac95c 100644 --- a/UI/pages/salesrecord.html +++ b/UI/pages/salesrecord.html @@ -32,6 +32,7 @@ + diff --git a/UI/pages/userlist.html b/UI/pages/userlist.html index f0f5454..586ccea 100644 --- a/UI/pages/userlist.html +++ b/UI/pages/userlist.html @@ -32,6 +32,7 @@ +