20if (empty($conf) || !is_object($conf)) {
21 print
"Error, template page can't be called as URL";
26print
"<!-- BEGIN PHP TEMPLATE fichinter/tpl/linkedobjectblock.tpl.php -->\n";
31$langs = $GLOBALS[
'langs'];
32'@phan-var-force Translate $langs';
33$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
34'@phan-var-force CommonObject[] $linkedObjectBlock';
36$langs->load(
"interventions");
38$linkedObjectBlock =
dol_sort_array($linkedObjectBlock,
'date',
'desc', 0, 0, 1);
39'@phan-var-force CommonObject[] $linkedObjectBlock';
42foreach ($linkedObjectBlock as $key =>
$objectlink) {
46 if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) {
47 $trclass .=
' liste_sub_total';
49 <tr
class=
"<?php echo $trclass; ?>">
50 <td><?php echo $langs->trans(
"Intervention"); ?></td>
55 <td
class=
"right"><?php echo
$objectlink->getLibStatut(3); ?></td>
56 <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>
61print
"<!-- END PHP TEMPLATE -->\n";
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
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...