Trans
This commit is contained in:
parent
ef91e0bff3
commit
37795b1955
@ -139,7 +139,7 @@ TicketViewNonClosedOnly=View only open tickets
|
||||
TicketStatByStatus=Tickets by status
|
||||
OrderByDateAsc=Sort by ascending date
|
||||
OrderByDateDesc=Sort by descending date
|
||||
MessagingViewType=Show as messaging list
|
||||
ShowAsConversation=Show as conversation list
|
||||
MessageListViewType=Show as table list
|
||||
|
||||
#
|
||||
|
||||
@ -235,7 +235,7 @@ if (!empty($object->id))
|
||||
$morehtmlright = '';
|
||||
|
||||
$messagingUrl = DOL_URL_ROOT.'/ticket/messaging.php?track_id=' . $object->track_id;
|
||||
$morehtmlright .= dolGetButtonTitle($langs->trans('MessagingViewType'), '', 'fa fa-comments imgforviewmode', $messagingUrl, '', 1);
|
||||
$morehtmlright .= dolGetButtonTitle($langs->trans('ShowAsConversation'), '', 'fa fa-comments imgforviewmode', $messagingUrl, '', 1);
|
||||
|
||||
// Show link to add a message (if read and not closed)
|
||||
$btnstatus = $object->fk_statut < Ticket::STATUS_CLOSED && $action != "presend" && $action != "presend_addmessage";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user