This commit is contained in:
Laurent Destailleur 2019-05-26 12:01:08 +02:00
parent 19ff0120ff
commit 410932f3f2
2 changed files with 5 additions and 9 deletions

View File

@ -268,7 +268,8 @@ TicketPublicInterfaceForbidden=The public interface for the tickets was not enab
ErrorEmailOrTrackingInvalid=Bad value for tracking ID or email ErrorEmailOrTrackingInvalid=Bad value for tracking ID or email
OldUser=Old user OldUser=Old user
NewUser=New user NewUser=New user
NumberOfTicketsByMonth=Number of tickets per month
NbOfTickets=Number of tickets
# notifications # notifications
TicketNotificationEmailSubject=Ticket %s updated TicketNotificationEmailSubject=Ticket %s updated
TicketNotificationEmailBody=This is an automatic message to notify you that ticket %s has just been updated TicketNotificationEmailBody=This is an automatic message to notify you that ticket %s has just been updated

View File

@ -259,7 +259,7 @@ print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
/* /*
* Last tickets * Latest tickets
*/ */
$max = 10; $max = 10;
@ -302,13 +302,8 @@ if ($result) {
print '<div class="div-table-responsive-no-min">'; print '<div class="div-table-responsive-no-min">';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><th>' . $transRecordedType . '</th>'; print '<tr class="liste_titre"><th colspan="5">' . $transRecordedType . '</th>';
print '<th></th>'; print '<th class="right" colspan="2"><a href="'.DOL_URL_ROOT.'/ticket/list.php">'.$langs->trans("FullList").'</th>';
print '<th></th>';
print '<th></th>';
print '<th></th>';
print '<th class="right"><a href="'.DOL_URL_ROOT.'/ticket/list.php">'.$langs->trans("FullList").'</th>';
print '<th></th>';
print '</tr>'; print '</tr>';
if ($num > 0) { if ($num > 0) {