aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-25 15:11:43 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-25 15:11:43 +0100
commitdc79e67e3d969442086af0affdd142584739d10d (patch)
treecfa76e25fe9e76c1e8843c510a12f9f8acf485d8 /poll.rb
parent5c4888e3e02a47c0fbe6f601c4e226c7f5d8c12b (diff)
id for save button
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index 2f67998..31ae302 100644
--- a/poll.rb
+++ b/poll.rb
@@ -199,7 +199,7 @@ END
def save_input(edituser, savestring)
ret = "<td>"
if @data.include?(edituser)
- ret += "<input type='submit' value='" + _("Save Changes") + "' />"
+ ret += "<input id='savebutton' type='submit' value='" + _("Save Changes") + "' />"
ret += "<br /><input style='margin-top:1ex' type='submit' name='delete_participant' value='" + _("Delete User") + "' />"
else
ret += "<input id='savebutton' type='submit' value='#{savestring}' />"