aboutsummaryrefslogtreecommitdiffstats
path: root/template/edit-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/edit-list.html')
-rw-r--r--template/edit-list.html5
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>