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'@phan-var-force Translate $langs';
33$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
34'@phan-var-force Subscription[] $linkedObjectBlock';
35$langs->load(
"members");
38foreach ($linkedObjectBlock as $key =>
$objectlink) {
39 echo
'<tr class="oddeven">';
40 echo
'<td>'.$langs->trans(
"Subscription").
'</td>';
41 echo
'<td class="nowraponall">'.$objectlink->getNomUrl(1).
'</td>';
42 echo
'<td class="center"></td>';
43 echo
'<td class="center">'.dol_print_date(
$objectlink->dateh,
'day').
'</td>';
44 echo
'<td class="right">';
45 if ($user->hasRight(
'adherent',
'lire')) {
50 echo
'<td class="right"></td>';
51 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>';
55echo
"<!-- 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'.