Skip to content
Snippets Groups Projects
Commit fca43941 authored by Florian Henry's avatar Florian Henry
Browse files

Add cancel button (go bask -1 history)

parent 65110ead
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,7 @@ if ($action == 'create')
$langs->load("bills");
print '<center>';
print '<input type="submit" class="button" value="'.$langs->trans("CreateDraft").'">';
print '&nbsp;<input type="button" class="button" value="'.$langs->trans("Cancel").'" onClick="javascript:history.go(-1)">';
print '</center>';
print "</form>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment