change restart/shutdown/update links to buttons

This commit is contained in:
zzz
2008-12-10 16:25:09 +00:00
parent 962a8f6f49
commit d16f187394
3 changed files with 28 additions and 15 deletions

View File

@ -79,7 +79,7 @@ public class ConfigClientsHelper {
}
buf.append("/></td><td>&nbsp");
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</button>");
}
buf.append("&nbsp</td><td>").append(desc).append("</td></tr>\n");
}