diff --git a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html index 531ceafe..b8cc8a57 100644 --- a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html +++ b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.html @@ -6,7 +6,63 @@ - + + + + + + + + + + +

{{ 'general, notAttch' | translate}}

+
+
+
+
+ + + + {{'confirmAddEit, comment' | translate}} + + + + + +
{{'confirmAddEit, approverList' | translate}}
+ +
+ +
+ + +
+
+ +
+
+ + + {{employee.APPROVER}} + + + {{employee.APPROVER_TYPE}} + + + +
+
+
+
+
+ +
+
{{'confirmAddEit, approverList' | translate}}
diff --git a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss index 94ace281..86b81e89 100644 --- a/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss +++ b/Mohem/src/app/eit/confirm-add-eit/confirm-add-eit.component.scss @@ -24,3 +24,42 @@ background: transparent; float: right; } + +.attachmentDiv{ + background: #ffffff; + height: 80px; + text-align: center; + padding-top: 1px; + margin: 10px; + border-radius: 34px; + border: 1px solid grey; +} + +.noDataDiv{ + background: #ffffff; + height: 11%; + text-align: center; + padding-top: 1px; + border-radius: 10px; + margin: 10px; + border-radius: 5px; +} +.submitNote{ + background: #ffffff; + height: 80px; + text-align: center; + padding-top: 1px; + margin: 10px; + border-radius: 34px; + border: 1px solid grey; +} + +.approvalList{ + background: #ffffff; + height: auto; + text-align: center; + padding-top: 1px; + border-radius: 10px; + margin: 10px; + border-radius: 5px; +} diff --git a/Mohem/src/assets/imgs/attach-icon.png b/Mohem/src/assets/imgs/attach-icon.png new file mode 100644 index 00000000..6af9188a Binary files /dev/null and b/Mohem/src/assets/imgs/attach-icon.png differ diff --git a/Mohem/src/imgs/addicon.png b/Mohem/src/imgs/addicon.png deleted file mode 100644 index 040c628f..00000000 Binary files a/Mohem/src/imgs/addicon.png and /dev/null differ diff --git a/Mohem/src/imgs/attach-icon.png b/Mohem/src/imgs/attach-icon.png new file mode 100644 index 00000000..6af9188a Binary files /dev/null and b/Mohem/src/imgs/attach-icon.png differ