From 821811c8e2d049c47ceee4f6573d24e91204807e Mon Sep 17 00:00:00 2001 From: "Fatimah.Alshammari" Date: Sun, 8 Mar 2020 11:15:47 +0300 Subject: [PATCH] edit worklist main page --- .../src/app/notification/home/home.component.html | 14 +++++++------- .../worklist-advanced-search.component.html | 6 +++--- Mohem/src/assets/localization/i18n.json | 4 ++++ 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Mohem/src/app/notification/home/home.component.html b/Mohem/src/app/notification/home/home.component.html index 829e0501..70327ee6 100644 --- a/Mohem/src/app/notification/home/home.component.html +++ b/Mohem/src/app/notification/home/home.component.html @@ -3,7 +3,7 @@ - WORK LIST + {{ts.trPK('home','worklist')}} @@ -12,15 +12,15 @@
- Open Request Analysis + {{ts.trPK('work-list','open-analysis')}}
- {{newWorkListResponse.length + ITGCount}} of + {{newWorkListResponse.length + ITGCount}} {{ts.trPK('work-list','of')}} {{newWorkListResponse.length}} of

{{totalRequestCount}}

{{newWorkListResponse[0].NO_OF_ROWS + ITGCount}}

{{newWorkListResponse[0].NO_OF_ROWS}}

- TOTAL
OPEN REQUEST
+ {{ts.trPK('work-list','total')}}
{{ts.trPK('work-list','open-reqest')}}
@@ -42,12 +42,12 @@ - Clear Search + {{ts.trPK('work-list','clear-search')}} - Advanced Search + {{ts.trPK('work-list','advanced-search')}}