diff --git a/module/Jobs/view/jobs/index/index.ajax.phtml b/module/Jobs/view/jobs/index/index.ajax.phtml index a02857b70..7fb1e8b72 100644 --- a/module/Jobs/view/jobs/index/index.ajax.phtml +++ b/module/Jobs/view/jobs/index/index.ajax.phtml @@ -15,7 +15,7 @@ $snapshots = $this->services('repositories.Jobs/JobSnapshot'); translate('Date of receipt')?> translate('Title of the job')?> - translate('Location')?> + translate('Location')?> translate('Companyname')?> translate('Reference')?> @@ -46,7 +46,7 @@ $isSnapshot = $job->hasSnapshotDraft(); ?>) - + translate('Changed')?>getLatestSnapshot()) ): @@ -65,7 +65,7 @@ $isSnapshot = $job->hasSnapshotDraft(); getClassifications()->getProfessions()?> | getClassifications()->getEmploymentTypes()?> - getLocation()?> + formatLoaction($job->getLocations())?> getCompany()?> getReference())? $job->getApplyId():$job->getReference() ?> @@ -77,8 +77,8 @@ $isSnapshot = $job->hasSnapshotDraft(); getUnreadApplications()->count()):?> - / - " + / + " href="url( 'lang/applications', array(), array('query' => 'job=' . $job->getId() . '&unread=1'), true) ?>"> getUnreadApplications()->count()?> diff --git a/module/Jobs/view/jobs/jobboard/index.ajax.phtml b/module/Jobs/view/jobs/jobboard/index.ajax.phtml index 2fe9201a6..23ba323d5 100644 --- a/module/Jobs/view/jobs/jobboard/index.ajax.phtml +++ b/module/Jobs/view/jobs/jobboard/index.ajax.phtml @@ -100,7 +100,7 @@ $this->proxy('jobsByMailSubscriptionForm')->render($jobs) -
getLocation()?>
+
formatLocation($job->getLocations())?>
getDatePublishStart()): echo $this->dateFormat($job->getdatePublishStart(), 'short', 'none');