Commit 39915bdb authored by Simon's avatar Simon

Small fixes

parent 747823ea
......@@ -291,6 +291,9 @@ get_header();
echo '<b>' . __('Salary', 'biuro') . ':</b> ';
if ($pod->field( 'salary_from' ) == $pod->field( 'salary_to' )):
echo $pod->field( 'salary_from' ) . ' ';
else:
if ($pod->field( 'salary_from' ) > 0):
if ($blogID !== 1 || $pod->field( 'salary_to' ) > 0):
echo __('from', 'biuro') . ' ';
......@@ -304,6 +307,7 @@ get_header();
endif;
echo $pod->field( 'salary_to' ) . ' ';
endif;
endif;
switch ($pod->field('salary_type')):
case 'neto_month':
......
......@@ -38,7 +38,7 @@ function showPosted($published, $valid) {
<table class="c-jobs--table">
<tr class="c-jobs--row-workis">
<td class="c-jobs--col c-jobs--col-position">
<a class="c-jobs--anchor" href="https://www.workis.online/employees" target="_blank" rel="noopener">Papildomi darbai Lietuvoje!</a>
<a class="c-jobs--anchor" href="https://www.workis.online/employees?utm_source=biuro.lt&utm_medium=banner&utm_campaign=Homepage%20jobs%20pin" target="_blank" rel="noopener"><?php _e('Additional works in Lithuania!', 'biuro'); ?></a>
</td>
<td class="c-jobs--col c-jobs--col-city">
&nbsp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment