19if (empty($conf) || !is_object($conf)) {
20 print
"Error, template page can't be called as URL";
25print
"<!-- BEGIN PHP TEMPLATE mymodule/core/tpl/linkedobjectblock_myobject.tpl.php -->\n";
29global $noMoreLinkedObjectBlockAfter;
31$langs = $GLOBALS[
'langs'];
32$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
35$langs->load(
"mymodule");
37$total = 0; $ilink = 0;
38foreach ($linkedObjectBlock as $key => $objectlink) {
42 if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) {
43 $trclass .=
' liste_sub_total';
45<tr
class=
"<?php echo $trclass; ?>">
46 <td><?php echo $langs->trans(
"MyObject"); ?></td>
47 <td><?php echo $objectlink->getNomUrl(1); ?></td>
49 <td
class=
"center"><?php echo
dol_print_date($objectlink->date,
'day'); ?></td>
50 <td
class=
"right"><?php echo
''; ?></td>
51 <td
class=
"right"><?php echo $objectlink->getLibStatut(7); ?></td>
52 <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>
57print
"<!-- END PHP TEMPLATE -->\n";
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs='', $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)