summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/quips.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/quips.html.tmpl')
-rw-r--r--template/en/default/list/quips.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl
index 92570777e..5bbbaecc3 100644
--- a/template/en/default/list/quips.html.tmpl
+++ b/template/en/default/list/quips.html.tmpl
@@ -76,7 +76,7 @@
<input type="hidden" name="action" value="add">
<input size="80" name="quip">
<p>
- <input type="submit" value="Add This Quip">
+ <input type="submit" id="add" value="Add This Quip">
</p>
</form>
[% ELSE %]
@@ -148,7 +148,7 @@
+'value="Check All" onclick="SetCheckboxes(true);">');
//--></script>
- <input type="submit" value="Update">
+ <input type="submit" id="update" value="Update">
</form>
<br>
[% END %]