changed valid button label, position and look
This commit is contained in:
parent
2900227236
commit
2a4ce81f44
@ -165,3 +165,4 @@ OrderCreation=Order creation
|
||||
Ordered=Ordered
|
||||
OrderCreated=Your orders have been created
|
||||
OrderFail=An error happened during your orders creation
|
||||
CreateOrders=Create orders
|
||||
|
||||
@ -165,3 +165,4 @@ OrderCreation=Date de création
|
||||
Ordered=Commandé
|
||||
OrderCreated=Vos commandes ont été générées
|
||||
OrderFail=Une erreur s'est produite pendant la création de vos commandes
|
||||
CreateOrders=Créer commandes
|
||||
|
||||
@ -574,10 +574,11 @@ if ($resql) {
|
||||
$i++;
|
||||
}
|
||||
print "</table>";
|
||||
print '</div>';
|
||||
print '<table width="100%">';
|
||||
print '<tr><td align="right">';
|
||||
$valid = $langs->trans("Validate");
|
||||
print '<input class="button" type="submit" value="' . $valid . '">';
|
||||
$value = $langs->trans("CreateOrders");
|
||||
print '<input class="butAction" type="submit" value="' . $value . '">';
|
||||
print '</td></tr></table>';
|
||||
print '</form>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user