|
|
|
|
|
|
|
|
<td><strong>Statut</strong></td> |
|
|
<td><strong>Statut</strong></td> |
|
|
<td><?= $ticketManager->getTicketStatusLabelAsHtml($ticket); ?></td> |
|
|
<td><?= $ticketManager->getTicketStatusLabelAsHtml($ticket); ?></td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
<?php if($userManager->isCurrentAdmin()): ?> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td><strong>Producteur</strong></td> |
|
|
|
|
|
<td><?= $ticketManager->isTicketUnread($ticket, $ticket->user) ? |
|
|
|
|
|
'<span class="label label-warning">Non lu</span>' : |
|
|
|
|
|
'<span class="label label-success">Lu</span>'; ?> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<?php endif; ?> |
|
|
</tbody> |
|
|
</tbody> |
|
|
</table> |
|
|
</table> |
|
|
</div> |
|
|
</div> |