2014-03-02 10:38:47 +01:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
<div class="box">
|
|
|
|
<h3><?=__('dreamjob.my.application');?></h3>
|
|
|
|
<div class="openinggroup">
|
|
|
|
<?php
|
2014-03-02 11:35:22 +01:00
|
|
|
foreach($applications as $opening){
|
2014-03-02 10:38:47 +01:00
|
|
|
echo $this->element('job_opening_item',array('opening' => $opening));
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
</div>
|