liquid_feedback_frontend
diff app/main/vote/list.lua @ 86:1f1f8c78ba3a
Voting form: Added missing text label and changed buttons to submit buttons
| author | bsw |
|---|---|
| date | Thu Jul 29 12:38:59 2010 +0200 (2010-07-29) |
| parents | 3036f2732b83 |
| children | 6a12fb7e4963 |
line diff
1.1 --- a/app/main/vote/list.lua Wed Jul 28 17:27:10 2010 +0200 1.2 +++ b/app/main/vote/list.lua Thu Jul 29 12:38:59 2010 +0200 1.3 @@ -32,6 +32,7 @@ 1.4 id = issue.id 1.5 } 1.6 ui.link{ 1.7 + text = _"Discard voting", 1.8 content = function() 1.9 ui.image{ static = "icons/16/email_delete.png" } 1.10 slot.put(_"Discard voting") 1.11 @@ -193,7 +194,7 @@ 1.12 ui.tag{ 1.13 tag = "input", 1.14 attr = { 1.15 - type = "button", 1.16 + type = "submit", 1.17 class = "voting_done", 1.18 value = _"Finish voting" 1.19 } 1.20 @@ -400,7 +401,7 @@ 1.21 ui.tag{ 1.22 tag = "input", 1.23 attr = { 1.24 - type = "button", 1.25 + type = "submit", 1.26 class = "voting_done", 1.27 value = _"Finish voting" 1.28 }