Add submit
This commit is contained in:
parent
b06c281178
commit
cb352407eb
@ -847,6 +847,7 @@ Progress=Progress
|
||||
ProgressShort=Progr.
|
||||
FrontOffice=Front office
|
||||
BackOffice=Back office
|
||||
Submit=Submit
|
||||
View=View
|
||||
Export=Export
|
||||
Exports=Exports
|
||||
|
||||
@ -729,7 +729,7 @@ dol_fiche_end();
|
||||
|
||||
// Save
|
||||
print '<div class="center">';
|
||||
print '<input type="submit" value="'.$langs->trans("Save").'" id="submitsave" class="button">';
|
||||
print '<input type="submit" value="'.$langs->trans("Submit").'" id="submitsave" class="button">';
|
||||
if (!empty($backtopage))
|
||||
{
|
||||
print ' <input type="submit" value="'.$langs->trans("Cancel").'" id="submitcancel" class="button">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user