
/* - ++resource++swpoll_vote.kss - */
/* http://www.hollandrijnland.nl/portal_kss/++resource++swpoll_vote.kss?original=1 */
#swpoll_normal input#vote:click {
evt-click-preventdefault: true;
action-server: pollvote;
pollvote-vote: currentFormVar('swpollvote');
pollvote-polluid: currentFormVar('swpolluid');
}
#swpoll_portlet input#vote:click {
evt-click-preventdefault: true;
action-server: pollvote;
pollvote-vote: currentFormVar('swpollvote');
pollvote-polluid: currentFormVar('swpolluid');
}

