]> sipb.mit.edu Git - ikiwiki.git/commit
use radio, not checkbox, for booleans
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 4 Aug 2008 00:20:25 +0000 (20:20 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 4 Aug 2008 00:20:25 +0000 (20:20 -0400)
commit2a712c8817417842ed06a7f2920c406d6ac94679
tree6e37a4d78f1c427a41636488096b2010ad9cd3f6
parent39056453424dcb7e01f69c502192e45604d1fe84
use radio, not checkbox, for booleans

Had to do this due to one of CGI::FormBuilder's more annoying quirks -- it
loses the value of a checkbox field with only one option, always treating
it as checked.
IkiWiki/Plugin/websetup.pm