|
@@ -669,8 +669,11 @@ if ($action == 'edit_price' && ($user->rights->produit->creer || $user->rights->
|
|
|
|
|
|
print '</table>';
|
|
|
|
|
|
- print '<center><br><input type="submit" class="button" value="' . $langs->trans("Save") . '"> ';
|
|
|
- print '<input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '"></center>';
|
|
|
+ print '<br><div class="center">';
|
|
|
+ print '<input type="submit" class="button" value="' . $langs->trans("Save") . '">';
|
|
|
+ print ' ';
|
|
|
+ print '<input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '">';
|
|
|
+ print '</div>';
|
|
|
|
|
|
print '<br></form>';
|
|
|
} else {
|
|
@@ -930,8 +933,11 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
|
|
|
|
|
|
print '</table>';
|
|
|
|
|
|
- print '<center><br><input type="submit" class="button" value="' . $langs->trans("Save") . '"> ';
|
|
|
- print '<input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '"></center>';
|
|
|
+ print '<br><div class="center">';
|
|
|
+ print '<input type="submit" class="button" value="' . $langs->trans("Save") . '">';
|
|
|
+ print ' ';
|
|
|
+ print '<input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '">';
|
|
|
+ print '</div>';
|
|
|
|
|
|
print '<br></form>';
|
|
|
} elseif ($action == 'edit_customer_price') {
|
|
@@ -1012,8 +1018,11 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
|
|
|
|
|
|
print '</table>';
|
|
|
|
|
|
- print '<center><br><input type="submit" class="button" value="' . $langs->trans("Save") . '"> ';
|
|
|
- print '<input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '"></center>';
|
|
|
+ print '<br><div class="center">';
|
|
|
+ print '<input type="submit" class="button" value="' . $langs->trans("Save") . '">';
|
|
|
+ print ' ';
|
|
|
+ print '<input type="submit" class="button" name="cancel" value="' . $langs->trans("Cancel") . '">';
|
|
|
+ print '</div>';
|
|
|
|
|
|
print '<br></form>';
|
|
|
} elseif ($action == 'showlog_customer_price') {
|