19 if (empty($conf) || !is_object($conf))
21 print "Error, template page can't be called as URL";
26 print "<!-- BEGIN PHP TEMPLATE -->\n";
31 $langs = $GLOBALS[
'langs'];
32 $linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
34 $langs->load(
"interventions");
36 $linkedObjectBlock =
dol_sort_array($linkedObjectBlock,
'date',
'desc', 0, 0, 1);
39 foreach ($linkedObjectBlock as $key => $objectlink)
44 if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) $trclass .=
' liste_sub_total';
46 <tr
class=
"<?php echo $trclass; ?>">
47 <td><?php echo $langs->trans(
"Intervention"); ?></td>
48 <td><?php echo $objectlink->getNomUrl(1); ?></td>
50 <td
class=
"center"><?php echo
dol_print_date($objectlink->datev,
'day'); ?></td>
52 <td
class=
"right"><?php echo $objectlink->getLibStatut(3); ?></td>
53 <td
class=
"right"><a
class=
"reposition" href=
"<?php echo $_SERVER["PHP_SELF
"].'?id='.$object->id.'&action=dellink&dellinkid='.$key; ?>"><?php echo
img_picto($langs->transnoentitiesnoconv(
"RemoveLink"),
'unlink'); ?></a></td>
58 print "<!-- END PHP TEMPLATE -->\n";
img_picto($titlealt, $picto, $moreatt= '', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt= '', $morecss= '', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
dol_sort_array(&$array, $index, $order= 'asc', $natsort=0, $case_sensitive=0, $keepindex=0)
Advanced sort array by second index function, which produces ascending (default) or descending output...
print
Draft customers invoices.
dol_print_date($time, $format= '', $tzoutput= 'auto', $outputlangs= '', $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).