19 if (empty($conf) || !is_object($conf))
21 print "Error, template page can't be called as URL";
26 print "<!-- BEGIN PHP TEMPLATE -->\n";
30 global $noMoreLinkedObjectBlockAfter;
32 $langs = $GLOBALS[
'langs'];
33 $linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
36 $langs->load(
"mymodule");
38 $total = 0; $ilink = 0;
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(
"MyObject"); ?></td>
48 <td><?php echo $objectlink->getNomUrl(1); ?></td>
50 <td
class=
"center"><?php echo
dol_print_date($objectlink->date,
'day'); ?></td>
51 <td
class=
"right"><?php echo
''; ?></td>
52 <td
class=
"right"><?php echo $objectlink->getLibStatut(7); ?></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)
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).