~ubuntu-wanted-dev/ubuntu-wanted/devel

« back to all changes in this revision

Viewing changes to module/wanted/themes/wanted/wantedjoblist/default.php

  • Committer: Sense Hofstede
  • Date: 2008-08-31 16:47:14 UTC
  • mfrom: (9.1.2 devel)
  • Revision ID: sense@qense.nl-20080831164714-v79oh9ofro65odan
New functions!
 * The duration of a task is now displayed at the views wantedjoblist and wantedjob.
 * The required skills or a task are now displayed at the views wantedjoblist and wantedjob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        $item_data = array();
113
113
        $item_data["item"] =& $data["wantedjoblist"]->items[$i];
114
114
        $item_data["username"] =& $data['userdata'][$data["wantedjoblist"]->items[$i]->userid]->name;
 
115
        $item_data["skills"] =&  $data['wantedjoblist']->skills[$data["wantedjoblist"]->items[$i]->id];
115
116
        $item_models["wantedjoblist"] = $models["wantedjoblist"];
116
117
        echo $this->loadTemplate("wantedjoblist/", "default", "item_v2", $item_data, $item_models);
117
118
?>