From 14945828eaa7b97f7a37f3b5578002dc36315159 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 2 Dec 2023 14:20:06 -0500 Subject: [PATCH] proc jobs --- .../myjob-offers/myjob-offers.component.html | 25 +++++++++++++++ src/app/pages/joblist/joblist.page.html | 31 +++++++++++++++++-- src/app/pages/joblist/joblist.page.ts | 5 +++ 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/src/app/components/myjob-offers/myjob-offers.component.html b/src/app/components/myjob-offers/myjob-offers.component.html index a1c3fb3..4437bb1 100644 --- a/src/app/components/myjob-offers/myjob-offers.component.html +++ b/src/app/components/myjob-offers/myjob-offers.component.html @@ -45,6 +45,31 @@ + + + + + + Close + + + + + + + + + + + + + + + diff --git a/src/app/pages/joblist/joblist.page.html b/src/app/pages/joblist/joblist.page.html index bc0ad97..1fb1013 100644 --- a/src/app/pages/joblist/joblist.page.html +++ b/src/app/pages/joblist/joblist.page.html @@ -107,10 +107,35 @@ - - Create Job - + + + + + Close + + + + + Create Job + + + + + + + + + + + diff --git a/src/app/pages/joblist/joblist.page.ts b/src/app/pages/joblist/joblist.page.ts index 926121f..948b34f 100644 --- a/src/app/pages/joblist/joblist.page.ts +++ b/src/app/pages/joblist/joblist.page.ts @@ -88,4 +88,9 @@ export class JoblistPage implements OnInit { this.isModalOpen = true; this.isModalOpenBackdrop= true; } + + processCreateJob(){ + + + } }