changed valid button label, position and look
This commit is contained in:
parent
1a41511874
commit
d1550173cd
@ -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