aboutsummaryrefslogtreecommitdiffstats
path: root/template/edit-mailbox.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 03:14:41 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 03:14:41 +0200
commita2df8385c36f166d65a447aab4e081961abad5a2 (patch)
tree680f3e181c1a0b92ba87dec2ebdb581d45bbac6b /template/edit-mailbox.html
parent6a2e29067e5cfa456de8c43076b6d06ce571be82 (diff)
Adding a "Cancel" button.
Diffstat (limited to 'template/edit-mailbox.html')
-rw-r--r--template/edit-mailbox.html3
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>