Skip to content

Commit

Permalink
Trans
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 8, 2019
1 parent ef91e0b commit 37795b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/langs/en_US/ticket.lang
Expand Up @@ -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

#
Expand Down
2 changes: 1 addition & 1 deletion htdocs/ticket/agenda.php
Expand Up @@ -235,7 +235,7 @@
$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";
Expand Down

0 comments on commit 37795b1

Please sign in to comment.