diff --git a/src/Modules/SimplCommerce.Module.Core/wwwroot/site.css b/src/Modules/SimplCommerce.Module.Core/wwwroot/site.css index b2cf5d90c4..aca9461f34 100644 --- a/src/Modules/SimplCommerce.Module.Core/wwwroot/site.css +++ b/src/Modules/SimplCommerce.Module.Core/wwwroot/site.css @@ -475,4 +475,20 @@ li.nav-item-group, li.nav-item-group a { .modal-padding { padding: 10px 10px 10px 10px; +} + +.businesshours { + background-color:#455A64; + color:white; + padding-left:10px; + padding-right:10px; +} +.day { + color: #B0BEC5; +} +.time { + color:#FFB300; +} +.closed{ + color:red; } \ No newline at end of file diff --git a/src/SimplCommerce.WebHost/Views/Shared/_Layout.cshtml b/src/SimplCommerce.WebHost/Views/Shared/_Layout.cshtml index 9ccb3bd007..dd2b0645f4 100644 --- a/src/SimplCommerce.WebHost/Views/Shared/_Layout.cshtml +++ b/src/SimplCommerce.WebHost/Views/Shared/_Layout.cshtml @@ -76,6 +76,96 @@
+ @if (User.IsInRole("admin")) + { +
+
OUR BUSINESS HOURS
+
+
+
+ La Romana & Fils @ Ghlin +
+
+ La Romana & Fils @ Nivellas +
+
+ La Romana & Fils @ Lens +
+
+
+
+

Monday

+

Tuesday

+

Wednesday

+

Thursday

+

Friday

+

Saturday

+

Sunday

+
+
+

9h00-19h00

+

9h00-19h00

+

9h00-19h00

+

9h00-19h00

+

9h00-19h00

+

9h00-19h00

+

10h00-13h00

+
+
+

Monday

+

Tuesday

+

Wednesday

+

Thursday

+

Friday

+

Saturday

+

Sunday

+
+
+

Closed

+

10h00-20h00

+

10h00-20h00

+

10h00-20h00

+

10h00-20h00

+

10h00-19h00

+

10h00-14h00

+
+
+

Monday

+

Tuesday

+

Wednesday

+

Thursday

+

Friday

+

Saturday

+

Sunday

+
+
+

Closed

+

10h00-19h00

+

10h00-19h00

+

10h00-19h00

+

10h00-20h00

+

10h00-20h00

+

Closed

+
+
+
+
+ +32 (0)65 34 83 18 +

ghlin@laromana-fils.be

+
+
+ +32 (0)67 33 96 54 +

nivelles@laromana-fils.be

+ +
+
+ +32 (0)65 59 52 32 +

lens@laromana-fils.be

+
+
+
+
+ }