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