diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 03:14:41 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-09 03:14:41 +0200 |
commit | a2df8385c36f166d65a447aab4e081961abad5a2 (patch) | |
tree | 680f3e181c1a0b92ba87dec2ebdb581d45bbac6b /template/edit-mailbox.html | |
parent | 6a2e29067e5cfa456de8c43076b6d06ce571be82 (diff) |
Adding a "Cancel" button.
Diffstat (limited to 'template/edit-mailbox.html')
-rw-r--r-- | template/edit-mailbox.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/edit-mailbox.html b/template/edit-mailbox.html index 3dce6e7..ed84558 100644 --- a/template/edit-mailbox.html +++ b/template/edit-mailbox.html @@ -107,7 +107,8 @@ <hr/> - <input type="submit" name="submit" value="Submit Changes" /> + <input type="submit" name="cancel" value="Cancel" /> + <input type="submit" name="submit" value="Submit" /> </div> </form> </body> |