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();
|
||||
|
||||
print '<br><center>';
|
||||
print '<div class="center">';
|
||||
print '<input class="button" type="submit" name="add" value="' . $langs->trans(($this->withthreadid > 0 ? "SendResponse" : "NewTicket")) . '" />';
|
||||
|
||||
if ($this->withcancel) {
|
||||
print " ";
|
||||
print " ";
|
||||
print "<input class=\"button\" type=\"submit\" name=\"cancel\" value=\"" . $langs->trans("Cancel") . "\">";
|
||||
}
|
||||
print "</center>\n";
|
||||
print '</div>';
|
||||
|
||||
print "</form>\n";
|
||||
print "<!-- End form TICKET -->\n";
|
||||
|
||||
@ -33,8 +33,9 @@ TicketDictSeverity=Ticket - Severities
|
||||
TicketTypeShortBUGSOFT=Dysfonctionnement logiciel
|
||||
TicketTypeShortBUGHARD=Dysfonctionnement matériel
|
||||
TicketTypeShortCOM=Commercial question
|
||||
TicketTypeShortINCIDENT=Request for assistance
|
||||
TicketTypeShortPROJET=Project
|
||||
TicketTypeShortISSUE=Request for assistance
|
||||
TicketTypeShortREQUEST=Change or enhancement request
|
||||
TicketTypeShortPROJECT=Project
|
||||
TicketTypeShortOTHER=Other
|
||||
|
||||
TicketSeverityShortLOW=Low
|
||||
|
||||
Loading…
Reference in New Issue
Block a user