Skip to content

Commit

Permalink
Evarisk#3877 [PublicTicket] fix: back button and trad
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed May 7, 2024
1 parent 5f1e386 commit 23161a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langs/fr_FR/digiriskdolibarr.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,8 @@ TicketDateVisible = Afficher le champ Date pour créer un
TicketDateVisibleHelp = Activer cette option pour afficher le champ Date dans l'interface publique et le rendre obligatoire si nécessaire
QRCodeGenerated = QRCode généré
FkTicket = Ticket lié
PublicTicket = Interface publique de ticket
TicketPublicInterfaceForbidden = Accès interdit à l'interface publique de ticket
PublicTicket = Interface publique des tickets
TicketPublicInterfaceForbidden = Accès interdit à l'interface publique des tickets

# Stats - Statistiques
TicketStatistics = Statistiques des tickets
Expand Down
1 change: 1 addition & 0 deletions public/ticket/ticket_success.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<div class="public-card__container" data-public-interface="true">
<div class="public-card__header">
<div class="header-information center">
<div class="left"><a href="<?php echo dol_buildpath('/custom/digiriskdolibarr/public/ticket/create_ticket.php?entity=' . $conf->entity, 1); ?>" class="information-back"><i class="fas fa-sm fa-chevron-left paddingright"></i><?php echo $langs->trans('Back'); ?></a></div>
<div class="information-title"><?php echo $langs->trans('TicketSuccess') . ' <b>' . $object->ref . '</b>'; ?></div>
<span class="wpeo-notice notice-warning left" style="margin-left: 16%; width: 70%; border-left: solid red 6px; color: red; background: rgba(255, 0, 0, 0.05);">
<span class="notice-content">
Expand Down

0 comments on commit 23161a2

Please sign in to comment.