21if (empty($conf) || !is_object($conf)) {
22 print
"Error, template page can't be called as URL";
27print
"<!-- BEGIN PHP TEMPLATE fichinter/tpl/linkedobjectblock.tpl.php -->\n";
32$langs = $GLOBALS[
'langs'];
33'@phan-var-force Translate $langs';
38$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
39'@phan-var-force Fichinter[] $linkedObjectBlock';
42$langs->load(
"interventions");
44$linkedObjectBlock =
dol_sort_array($linkedObjectBlock,
'date,ref',
'desc', 0, 0, 1);
45'@phan-var-force Fichinter[] $linkedObjectBlock';
49foreach ($linkedObjectBlock as $key => $objectlink) {
53 if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) {
54 $trclass .=
' liste_sub_total';
56 <tr
class=
"<?php echo $trclass; ?>">
57 <td><?php echo $langs->trans(
"Intervention"); ?></td>
58 <td><?php echo $objectlink->getNomUrl(1); ?></td>
60 <td
class=
"center"><?php echo
dol_print_date($objectlink->datev,
'day'); ?></td>
62 <td
class=
"right"><?php echo $objectlink->getLibStatut(3); ?></td>
63 <td
class=
"right"><a
class=
"reposition" href=
"<?php echo $_SERVER["PHP_SELF
"].'?id='.$object->id.'&action=dellink&token='.newToken().'&dellinkid='.$key; ?>"><?php echo
img_picto($langs->transnoentitiesnoconv(
"RemoveLink"),
'unlink'); ?></a></td>
68print
"<!-- END PHP TEMPLATE -->\n";
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
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 the value of a given key, which produces ascending (default) or descending out...
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false, $decorate=0)
Output date in a string format according to outputlangs (or langs if not defined).