Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
23 files
+ 879
258
Preferences
Compare changes
Files
23
<tr class="<?php echo $this->item_class ?>">
<?php
echo sprintf("<td>%s</td>", $this->mapForLieu($this->lieu, array('size' => '100x100', 'zoom' => '12')));
echo sprintf("<td>%s</td>", $this->lieu->getLibelle());
echo sprintf("<td>%s %s</td>",
$this->tagAnchor(array('action' => 'edit',
'id' => $this->lieu->getId()),
$this->boutonIco("type=edit")),
$this->tagAnchor(array('action' => 'delete',
'id' => $this->lieu->getId()),
$this->boutonIco("type=del")));
?>
</tr>
\ No newline at end of file