﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
109	make the power on/off buttons on /info cater to broken browsers	price	ecprice	"Apparently when IE 6 or IE 7 submits a button like this:
{{{
<button type=""submit"" class=""button"" name=""action""
 value=""Power off"">Power off (hard)</button>
}}}
it submits the value ""Power off (hard)"", as opposed to the actual, well, `value`.

andersk recommends the workaround
{{{
<input type=""button"" name=""command_name"" value=""Button Text"" />
}}}"	defect	new	minor		web				
