aboutsummaryrefslogtreecommitdiff
path: root/pollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-05-25 16:14:45 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-05-25 16:14:45 +0200
commite86c44498b21cbb8d882404ff7f36f9d53d42b73 (patch)
tree03afb5a290239f119a48ef71a76c059781b98085 /pollhead.rb
parentb0eef2d3c6f67a1dfe052a287f5a106beb6a5bb6 (diff)
change position of edit/delete symbol
Diffstat (limited to 'pollhead.rb')
-rw-r--r--pollhead.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pollhead.rb b/pollhead.rb
index 17a05bb..12673ce 100644
--- a/pollhead.rb
+++ b/pollhead.rb
@@ -59,7 +59,7 @@ class PollHead
SORTSYMBOL
end
ret = "<tr>"
- ret += "<th><a href='?sort=name'>" + _("Name") + " #{sortsymb(scols,"name")}</a></th>\n" unless showeditbuttons
+ ret += "<th colspan='2'><a href='?sort=name'>" + _("Name") + " #{sortsymb(scols,"name")}</a></th>\n" unless showeditbuttons
@data.sort.each{|columntitle,columndescription|
ret += "<th title=\"#{columndescription}\""
ret += " id='active' " if activecolumn == columntitle