forked from Wavyzz/dolibarr
Merge pull request #15448 from Givriz/dev
Feature : creation of a "button-save" class
This commit is contained in:
@@ -110,7 +110,7 @@ print '</table>';
|
||||
print dol_get_fiche_end();
|
||||
|
||||
print '<div class="center">';
|
||||
print '<input type="submit" name="save" class="button" value="'.$langs->trans("Save").'">';
|
||||
print '<input type="submit" name="save" class="button button-save" value="'.$langs->trans("Save").'">';
|
||||
print '</div>';
|
||||
|
||||
print '</form>';
|
||||
|
||||
Reference in New Issue
Block a user