28if (empty($conf) || !is_object($conf)) {
29 print
"Error, template page can't be called as URL";
34print
"<!-- BEGIN PHP TEMPLATE comm/propal/tpl/linkedobjectblock.tpl.php -->\n";
38$langs = $GLOBALS[
'langs'];
39'@phan-var-force Translate $langs';
40$linkedObjectBlock = $GLOBALS[
'linkedObjectBlock'];
43$langs->load(
"propal");
45$linkedObjectBlock =
dol_sort_array($linkedObjectBlock,
'date',
'desc', 0, 0, 1);
46'@phan-var-force CommonObject[] $linkedObjectBlock';
50foreach ($linkedObjectBlock as $key =>
$objectlink) {
54 if ($ilink == count($linkedObjectBlock) && empty($noMoreLinkedObjectBlockAfter) && count($linkedObjectBlock) <= 1) {
55 $trclass .=
' liste_sub_total';
58 print
'<td class="linkedcol-element tdoverflowmax100">'.$langs->trans(
"Proposal");
59 if (!empty($showImportButton) && $conf->global->MAIN_ENABLE_IMPORT_LINKED_OBJECT_LINES) {
60 $url = DOL_URL_ROOT.
'/comm/propal/card.php?id='.
$objectlink->id;
61 print
'<a class="objectlinked_importbtn" href="'.$url.
'&action=selectlines&token='.
newToken().
'" data-element="'.
$objectlink->element.
'" data-id="'.
$objectlink->id.
'" > <i class="fa fa-indent"></i> </a>';
64 print
'<td class="linkedcol-name tdoverflowmax150">'.$objectlink->getNomUrl(1).
'</td>';
65 print
'<td class="linkedcol-ref" >'.$objectlink->ref_client.
'</td>';
66 print
'<td class="linkedcol-date center">'.dol_print_date(
$objectlink->date,
'day').
'</td>';
67 print
'<td class="linkedcol-amount right">';
68 if ($user->hasRight(
'propal',
'lire')) {
73 print
'<td class="linkedcol-statut right">'.$objectlink->getLibStatut(3).
'</td>';
74 print
'<td class="linkedcol-action 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>';
77if (count($linkedObjectBlock) > 1) {
78 print
'<tr class="liste_total '.(empty($noMoreLinkedObjectBlockAfter) ?
'liste_sub_total' :
'').
'">';
79 print
'<td>'.$langs->trans(
"Total").
'</td>';
81 print
'<td class="center"></td>';
82 print
'<td class="center"></td>';
83 print
'<td class="right">'.price($total).
'</td>';
84 print
'<td class="right"></td>';
85 print
'<td class="right"></td>';
89print
"<!-- 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.
dol_sort_array(&$array, $index, $order='asc', $natsort=0, $case_sensitive=0, $keepindex=0)
Advanced sort array by the value of a given key, which produces ascending (default) or descending out...
newToken()
Return the value of token currently saved into session with name 'newtoken'.