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-list.html | |
parent | 6a2e29067e5cfa456de8c43076b6d06ce571be82 (diff) |
Adding a "Cancel" button.
Diffstat (limited to 'template/edit-list.html')
-rw-r--r-- | template/edit-list.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/edit-list.html b/template/edit-list.html index d07f9da..edcdd3f 100644 --- a/template/edit-list.html +++ b/template/edit-list.html @@ -25,7 +25,7 @@ <TMPL_IF NAME=newChanges> <TMPL_IF NAME=error> - <div class="error"><TMPL_VAR NAME=error></div> + <div class="fail"><TMPL_VAR NAME=error></div> <TMPL_ELSE> <div class="success">Your changes have succesfully been submitted.</div> </TMPL_IF> @@ -65,7 +65,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> |