From aca37f628fbcdf4d15735d226c22f57e7f044a1d Mon Sep 17 00:00:00 2001 From: ashwaq Date: Tue, 31 Mar 2020 17:24:25 +0300 Subject: [PATCH] inhacment --- .../worklist-main-mr.component.html | 13 ++++++++----- .../worklist-main-po.component.html | 14 ++++++++------ .../worklist-main-pr.component.html | 16 ++++++++-------- .../worklist-main.component.html | 19 +++++++++++++------ Mohem/src/assets/localization/i18n.json | 9 +++++---- 5 files changed, 42 insertions(+), 29 deletions(-) diff --git a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html index 15fbfdae..7c7095f6 100644 --- a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html +++ b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html @@ -513,14 +513,15 @@ - + +

{{ 'general, notAttch' | translate}}

- + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1 }}. {{attachList.FILE_NAME}}
+
+
@@ -572,7 +575,7 @@ -
Transaction Successful
+
{{'worklistMain, Tran_Succ' | translate}}
diff --git a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html index 371fb6e7..5583b64e 100644 --- a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html +++ b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html @@ -636,14 +636,15 @@ - + +

{{ 'general, notAttch' | translate}}

- + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1}}. {{attachList.FILE_NAME}}
- +
+
@@ -690,7 +692,7 @@ -
Transaction Successful
+
{{'worklistMain, Tran_Succ' | translate}}
diff --git a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html index 8e7c7e38..045344e2 100644 --- a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html +++ b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html @@ -362,8 +362,8 @@ - + +

{{ 'general, notAttch' | translate}}

@@ -371,7 +371,7 @@
- + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1}}. {{attachList.FILE_NAME}}
- +
+
@@ -415,7 +415,7 @@ -
Transaction Successful
+
{{'worklistMain, Tran_Succ' | translate}}
diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.html b/Mohem/src/app/notification/worklist-main/worklist-main.component.html index b58a7b22..fd34b96c 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.html +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.html @@ -40,7 +40,7 @@
- + + @@ -390,14 +391,19 @@ + +

{{ 'general, notAttch' | translate}}

+ + +
- + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1 }}. {{attachList.FILE_NAME}}
+
+
@@ -443,9 +451,8 @@
- -
Transaction Successful
+
{{'worklistMain, Tran_Succ' | translate}}
diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json index 9d75f038..db19a1d6 100644 --- a/Mohem/src/assets/localization/i18n.json +++ b/Mohem/src/assets/localization/i18n.json @@ -2372,10 +2372,11 @@ "en": "Request Number", "ar":"Request Number" }, - "ITEM_AMU":{ - "en": "AMU (Last 3 months)", - "ar":"AMU (Last 3 months)" - } + "Tran_Succ":{ + "en": "Transaction Successful", + "ar":"عملية ناجحه" + } + }, "payslip": { "title":{