Currently [source:trunk/plan/templates/courses.html] has some conditional comments to ensure that this form functions correctly in IE6. IE6 will all ways send both buttons and set the value of the sent in data to ''innerHTML'' instead of ''value''. IE7 only has trouble with ''value'', luckily this is not a problem when buttons are used correctly.
Fixing this bug is a matter of adding warning for IE6 users and removing the conditional button hack.
Currently [source:trunk/plan/templates/courses.html] has some conditional comments to ensure that this form functions correctly in IE6. IE6 will all ways send both buttons and set the value of the sent in data to ''innerHTML'' instead of ''value''. IE7 only has trouble with ''value'', luckily this is not a problem when buttons are used correctly.
Fixing this bug is a matter of adding warning for IE6 users and removing the conditional button hack.