From 3b9e2e32c5bda6ab4d984032c2ac0cfe82d5dcf8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 17 Jan 2019 12:50:19 -0500 Subject: [PATCH] Update front end styles for new theme Styling with the salient theme --- controllers/front.php | 3 +- views/front/jobDetail.php | 1 - views/front/jobList.php | 67 +++++++++++++++++++++++++++++---------- 3 files changed, 52 insertions(+), 19 deletions(-) diff --git a/controllers/front.php b/controllers/front.php index c005a80..b715447 100644 --- a/controllers/front.php +++ b/controllers/front.php @@ -90,8 +90,9 @@ class staffords_employment_front $this->show_apply_form(); } else if ($job_id) { $this->show_job($job_id); + $this->show_apply_form(); } else { - $this->search_form($narrowTemplate); + // $this->search_form($narrowTemplate); $this->list_jobs(); } $output = ob_get_contents(); diff --git a/views/front/jobDetail.php b/views/front/jobDetail.php index ec46541..84c287d 100644 --- a/views/front/jobDetail.php +++ b/views/front/jobDetail.php @@ -38,5 +38,4 @@
post_content);?>
- Apply Online diff --git a/views/front/jobList.php b/views/front/jobList.php index e20df94..31ffe20 100644 --- a/views/front/jobList.php +++ b/views/front/jobList.php @@ -1,21 +1,54 @@ -
-
- -
-

post_title;?>

- staffords_jobs_property) : ?> -
- staffords_jobs_property ) > 1 ) ? STAFFORDS_EMP_DEPARTMENT_PLURAL . ':' : STAFFORDS_EMP_DEPARTMENT_SINGLE . ':' ?> - staffords_jobs_property);?> -
- - staffords_jobs_category) : ?> -
- staffords_jobs_category ) > 1 ) ? STAFFORDS_EMP_CATEGORY_PLURAL . ':' : STAFFORDS_EMP_CATEGORY_SINGLE . ':' ?> - staffords_jobs_category);?> + + +
+
+
+
+
+
+
+
+ +
+
+ +
+
post_title;?> +
+ +
+ + +
- +
-
+ -- 2.17.1