28 print
"Error, template page can't be called as URL";
33print
"<!-- BEGIN PHP TEMPLATE mymodule/core/tpl/linkedobjectblock_myobject.tpl.php -->\n";
37global $noMoreLinkedObjectBlockAfter;
39$langs = $GLOBALS[
'langs'];
40'@phan-var-force Translate $langs';
41$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
42'@phan-var-force array<string,MyObject> $linkedObjectBlock';
45$langs->load(
"mymodule");
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(
"MyObject"); ?></td>
61 <td
class=
"right"><?php echo
''; ?></td>
62 <td
class=
"right"><?php echo
$objectlink->getLibStatut(7); ?></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)
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).
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...