projects
/
WP-Plugins
/
glm-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e928b82
)
update for front job search template
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Dec 2015 18:38:41 +0000
(13:38 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Dec 2015 18:38:41 +0000
(13:38 -0500)
echo the department name
views/front/jobSearch.php
patch
|
blob
|
history
diff --git
a/views/front/jobSearch.php
b/views/front/jobSearch.php
index
b12a496
..
4615e79
100644
(file)
--- a/
views/front/jobSearch.php
+++ b/
views/front/jobSearch.php
@@
-7,7
+7,7
@@
<?php wp_dropdown_categories( $cat_args );?>
</div>
<div class="small-12 medium-5 columns">
- <label>Search by
Department
</label>
+ <label>Search by
<?php echo GLM_EMP_DEPARTMENT_SINGLE;?>
</label>
<?php wp_dropdown_categories( $dep_args );?>
</div>
<div class="small-12 medium-2 columns">