summaryrefslogtreecommitdiff
path: root/dash/dash_employee.php
diff options
context:
space:
mode:
authorcflem <carson.fl3ming@gmail.com>2016-12-29 15:10:12 -0700
committercflem <carson.fl3ming@gmail.com>2016-12-29 15:10:12 -0700
commit33fcf9fb658f77978514f9dbca463d68ceee3dba (patch)
tree4479ad582aefa6dafdab8407ec8a7f6aa497ac28 /dash/dash_employee.php
parent7b59091bda702e3d9907d5a14d248bf241c15df7 (diff)
downloadbulletin-33fcf9fb658f77978514f9dbca463d68ceee3dba.tar.gz
Reorganized employee dashboard
Diffstat (limited to 'dash/dash_employee.php')
-rw-r--r--dash/dash_employee.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/dash/dash_employee.php b/dash/dash_employee.php
index 18e1f54..b7cf12e 100644
--- a/dash/dash_employee.php
+++ b/dash/dash_employee.php
@@ -10,12 +10,14 @@ while ($row = $result->fetch_assoc()) {
<div class="job">
<a href="#" class="jobxbtn"></a>
<p class="jobtitle"><a href="ads.php?id=<?=$row['id'];?>"><?=htmlentities($row['title']);?></a></p>
- <p class="joblocation"><?=htmlentities($row['location']);?></p>
<?php
if (is_null($row['cat_name']))
echo ' <p class="jobcat">Uncategorized</p>'.PHP_EOL;
else
echo ' <p class="jobcat">'.htmlentities($row['cat_name']).'</p>'.PHP_EOL;
+?>
+ <p class="joblocation"><?=htmlentities($row['location']);?></p>
+<?php
if (is_null($row['rating']))
echo ' <p class="jobstars">Employer Not Rated</p>'.PHP_EOL;
else