Skip to content

Commit

Permalink
[Ticket] add: link documentation in ticket conf on number
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed May 30, 2022
1 parent 3ff233f commit 0655be3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions admin/ticket/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
print '<input type="hidden" name="action" value="generateCategories">';
print '<input type="hidden" name="backtopage" value="' . $backtopage . '">';

print '<tr class="oddeven"><td>' . $langs->trans("GenerateCategories") . '<sup> 1</sup></td>';
print '<tr class="oddeven"><td>' . $langs->trans("GenerateCategories") . '<sup><a href="https://wiki.dolibarr.org/index.php?title=Module_Digirisk#DigiRisk_-_Registre_de_s.C3.A9curit.C3.A9_et_Tickets" target="_blank" > 1</a></sup></td>';
print '<td class="center">';
print $conf->global->DIGIRISKDOLIBARR_TICKET_CATEGORIES_CREATED ? $langs->trans('AlreadyGenerated') : $langs->trans('NotCreated');
print '</td>';
Expand Down Expand Up @@ -382,7 +382,7 @@
print '<input type="hidden" name="action" value="setParentCategoryLabel">';
print '<input type="hidden" name="backtopage" value="' . $backtopage . '">';

print '<tr class="oddeven"><td>' . $langs->trans("ParentCategoryLabel") . '<sup> 2</sup></td>';
print '<tr class="oddeven"><td>' . $langs->trans("ParentCategoryLabel") . '<sup><a href="https://wiki.dolibarr.org/index.php?title=Module_Digirisk#DigiRisk_-_Registre_de_s.C3.A9curit.C3.A9_et_Tickets" target="_blank" > 2</a></sup></td>';
print '<td class="center">';
print '<input name="parentCategoryLabel" value="'. $conf->global->DIGIRISKDOLIBARR_TICKET_PARENT_CATEGORY_LABEL .'">';
print '</td>';
Expand All @@ -404,7 +404,7 @@
print '<input type="hidden" name="action" value="setChildCategoryLabel">';
print '<input type="hidden" name="backtopage" value="' . $backtopage . '">';

print '<tr class="oddeven"><td>' . $langs->trans("ChildCategoryLabel") . '<sup> 3</sup></td>';
print '<tr class="oddeven"><td>' . $langs->trans("ChildCategoryLabel") . '<sup><a href="https://wiki.dolibarr.org/index.php?title=Module_Digirisk#DigiRisk_-_Registre_de_s.C3.A9curit.C3.A9_et_Tickets" target="_blank" > 3</a></sup></td>';
print '<td class="center">';
print '<input name="childCategoryLabel" value="'. $conf->global->DIGIRISKDOLIBARR_TICKET_CHILD_CATEGORY_LABEL .'">';
print '</td>';
Expand Down Expand Up @@ -439,7 +439,7 @@
print '<input type="hidden" name="action" value="generateExtrafields">';
print '<input type="hidden" name="backtopage" value="' . $backtopage . '">';

print '<tr class="oddeven"><td>' . $langs->trans("GenerateExtrafields") . '<sup> 4</sup></td>';
print '<tr class="oddeven"><td>' . $langs->trans("GenerateExtrafields") . '<sup><a href="https://wiki.dolibarr.org/index.php?title=Module_Digirisk#DigiRisk_-_Registre_de_s.C3.A9curit.C3.A9_et_Tickets" target="_blank" > 4</a></sup></td>';
print '<td class="center">';
print $conf->global->DIGIRISKDOLIBARR_TICKET_EXTRAFIELDS ? $langs->trans('AlreadyGenerated') : $langs->trans('NotCreated');
print '</td>';
Expand All @@ -455,7 +455,7 @@

print '</table>';
print '</div>';
print '<span class="opacitymedium">' . $langs->trans("TicketPublicInterfaceConfigDocumentation") . '</span> : <a class="wordbreak" href="https://wiki.dolibarr.org/index.php?title=Module_Digirisk#DigiRisk_-_Registre_de_s.C3.A9curit.C3.A9_et_Tickets" target="_blank" >' . $langs->transnoentities('DigiriskDocumentation') . '</a>';
print '<span class="opacitymedium">' . $langs->trans("TicketPublicInterfaceConfigDocumentation") . '</span> : <a href="https://wiki.dolibarr.org/index.php?title=Module_Digirisk#DigiRisk_-_Registre_de_s.C3.A9curit.C3.A9_et_Tickets" target="_blank" >' . $langs->transnoentities('DigiriskDocumentation') . '</a>';
}


Expand Down

0 comments on commit 0655be3

Please sign in to comment.