22if (empty($conf) || !is_object($conf)) {
23 print
"Error, template page can't be called as URL";
27echo
"<!-- BEGIN PHP TEMPLATE adherents/tpl/linkedobjectblock.tpl.php -->\n";
31$langs = $GLOBALS[
'langs'];
32$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
33$langs->load(
"members");
36foreach ($linkedObjectBlock as $key => $objectlink) {
37 echo
'<tr class="oddeven">';
38 echo
'<td>'.$langs->trans(
"Subscription").
'</td>';
39 echo
'<td class="nowraponall">'.$objectlink->getNomUrl(1).
'</td>';
40 echo
'<td class="center"></td>';
41 echo
'<td class="center">'.dol_print_date($objectlink->dateh,
'day').
'</td>';
42 echo
'<td class="right">';
43 if ($user->hasRight(
'adherent',
'lire')) {
44 $total += $objectlink->amount;
45 echo
price($objectlink->amount);
48 echo
'<td class="right"></td>';
49 echo
'<td class="right"><a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&action=dellink&token='.
newToken().
'&dellinkid='.$key.
'">'.
img_picto($langs->transnoentitiesnoconv(
"RemoveLink"),
'unlink').
'</a></td>';
53echo
"<!-- END PHP TEMPLATE -->\n";
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerounding=-1, $currency_code='')
Function to format a value into an amount for visual output Function used into PDF and HTML pages.
newToken()
Return the value of token currently saved into session with name 'newtoken'.