Merge pull request #498 from FHenry/develop
Add cancel button (go bask -1 history)
This commit is contained in:
commit
8fdf4aaf3b
@ -340,6 +340,7 @@ if ($action == 'create')
|
|||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
print '<center>';
|
print '<center>';
|
||||||
print '<input type="submit" class="button" value="'.$langs->trans("CreateDraft").'">';
|
print '<input type="submit" class="button" value="'.$langs->trans("CreateDraft").'">';
|
||||||
|
print ' <input type="button" class="button" value="'.$langs->trans("Cancel").'" onClick="javascript:history.go(-1)">';
|
||||||
print '</center>';
|
print '</center>';
|
||||||
|
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user