codegooglecom / mytopix

Automatically exported from code.google.com/p/mytopix
0 stars 0 forks source link

Polls: "add vote" button does not work #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Choose a poll item and click on the add vote button, you will see it will
not work.

Possible fix: change input type from button to submit:
from <input value="Add Vote" style="width: auto;" type="button">
to <input value="Add Vote" style="width: auto;" type="submit">

Original issue reported on code.google.com by netmed...@gmail.com on 9 Feb 2007 at 11:53

GoogleCodeExporter commented 8 years ago
Yeah, I think our designer may have changed that within the template. It worked
before the new skin was applied. I changed it back to 'submit'.

Original comment by Wilhelm....@gmail.com on 9 Feb 2007 at 2:56