Merge pull request #12519 from aspangaro/10.0_p10
Fix Ticket - Align language type with datas for translation
This commit is contained in:
commit
0a0fa3ec88
@ -419,14 +419,14 @@ class FormTicket
|
|||||||
|
|
||||||
if ($withdolfichehead) dol_fiche_end();
|
if ($withdolfichehead) dol_fiche_end();
|
||||||
|
|
||||||
print '<br><center>';
|
print '<div class="center">';
|
||||||
print '<input class="button" type="submit" name="add" value="' . $langs->trans(($this->withthreadid > 0 ? "SendResponse" : "NewTicket")) . '" />';
|
print '<input class="button" type="submit" name="add" value="' . $langs->trans(($this->withthreadid > 0 ? "SendResponse" : "NewTicket")) . '" />';
|
||||||
|
|
||||||
if ($this->withcancel) {
|
if ($this->withcancel) {
|
||||||
print " ";
|
print " ";
|
||||||
print "<input class=\"button\" type=\"submit\" name=\"cancel\" value=\"" . $langs->trans("Cancel") . "\">";
|
print "<input class=\"button\" type=\"submit\" name=\"cancel\" value=\"" . $langs->trans("Cancel") . "\">";
|
||||||
}
|
}
|
||||||
print "</center>\n";
|
print '</div>';
|
||||||
|
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
print "<!-- End form TICKET -->\n";
|
print "<!-- End form TICKET -->\n";
|
||||||
|
|||||||
@ -33,8 +33,9 @@ TicketDictSeverity=Ticket - Severities
|
|||||||
TicketTypeShortBUGSOFT=Dysfonctionnement logiciel
|
TicketTypeShortBUGSOFT=Dysfonctionnement logiciel
|
||||||
TicketTypeShortBUGHARD=Dysfonctionnement matériel
|
TicketTypeShortBUGHARD=Dysfonctionnement matériel
|
||||||
TicketTypeShortCOM=Commercial question
|
TicketTypeShortCOM=Commercial question
|
||||||
TicketTypeShortINCIDENT=Request for assistance
|
TicketTypeShortISSUE=Request for assistance
|
||||||
TicketTypeShortPROJET=Project
|
TicketTypeShortREQUEST=Change or enhancement request
|
||||||
|
TicketTypeShortPROJECT=Project
|
||||||
TicketTypeShortOTHER=Other
|
TicketTypeShortOTHER=Other
|
||||||
|
|
||||||
TicketSeverityShortLOW=Low
|
TicketSeverityShortLOW=Low
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user