mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Merge pull request #15448 from Givriz/dev
Feature : creation of a "button-save" class
This commit is contained in:
@@ -455,7 +455,7 @@ if ($conf->global->TAKEPOS_ENABLE_SUMUP) {
|
||||
|
||||
print '<br>';
|
||||
|
||||
print '<div class="center"><input type="submit" class="button" value="'.$langs->trans("Save").'"></div>';
|
||||
print '<div class="center"><input type="submit" class="button button-save" value="'.$langs->trans("Save").'"></div>';
|
||||
|
||||
print "</form>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user