';
- $return .= '
';
- $return .= img_picto('', $this->picto);
- $return .= '';
- $return .= '
';
- $return .= ''.(method_exists($this, 'getNomUrl') ? $this->getNomUrl() : $this->ref).'';
- if ($selected >= 0) {
- $return .= '';
- }
- if (property_exists($this, 'label')) {
- $return .= ' | '.$this->label.'';
- }
- if (property_exists($this, 'datev')) {
- $return .= '
'.$langs->trans("DateEnd").' : '.dol_print_date($this->db->jdate($this->datev), 'day').'';
- }
- if (property_exists($this, 'datep')) {
- $return .= '
'.$langs->trans("DatePayment", '', '', '', '', 5).' : '.dol_print_date($this->db->jdate($this->datep), 'day').'';
- }
- if (property_exists($this, 'amount')) {
- $return .= '
'.$langs->trans("Amount").' : '.price($this->amount).'';
- }
- $return .= '
';
- $return .= '