From 81c96b5bb4aa28bc1b26c7cde3262c7c6216d3c4 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 30 Nov 2015 12:12:37 -0500 Subject: [PATCH] Update the views for the list and detail only show parts when they have content. --- views/front/jobDetail.php | 10 +++++++++- views/front/jobList.php | 6 ++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/views/front/jobDetail.php b/views/front/jobDetail.php index f0417ec..571fb15 100644 --- a/views/front/jobDetail.php +++ b/views/front/jobDetail.php @@ -1,9 +1,16 @@ Back To Search

post_title; ?>

+ staffords_jobs_status):?>
Status: staffords_jobs_status; ?>
+ + staffords_jobs_pay_grade):?>
Pay Grade: staffords_jobs_pay_grade; ?>
+ + staffords_jobs_email):?>
Shift: staffords_jobs_shift; ?>
+ + staffords_jobs_contact):?>
Contact: staffords_jobs_email):?> @@ -13,6 +20,7 @@
+
post_content);?>
Apply Online -
\ No newline at end of file + diff --git a/views/front/jobList.php b/views/front/jobList.php index 588b642..cd9f7e4 100644 --- a/views/front/jobList.php +++ b/views/front/jobList.php @@ -1,11 +1,13 @@
-

List Jobs

+

post_title;?>

+ staffords_jobs_status ) :?>
Status: staffords_jobs_status;?>
-
Full Job Description
+ +
-- 2.17.1