forked from I2P_Developers/i2p.i2p
Console: Fix bug with IE buttons not working, because it sends the label instead of the value
This commit is contained in:
@ -62,10 +62,10 @@ public class ConfigClientsHelper extends HelperBase {
|
||||
if (ro)
|
||||
buf.append("disabled=\"true\" ");
|
||||
}
|
||||
buf.append("/></td><td> ");
|
||||
buf.append("/></td><td> ");
|
||||
if (!enabled) {
|
||||
buf.append("<button type=\"submit\" name=\"action\" value=\"Start ").append(index).append("\" >Start</button>");
|
||||
buf.append("<button type=\"submit\" name=\"action\" value=\"Start ").append(index).append("\" >Start<span class=hide> ").append(index).append("</span></button>");
|
||||
}
|
||||
buf.append(" </td><td>").append(desc).append("</td></tr>\n");
|
||||
buf.append(" </td><td>").append(desc).append("</td></tr>\n");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user