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