forked from I2P_Developers/i2p.i2p
Add tooltips to shutdown/restart buttons
This commit is contained in:
@ -104,7 +104,8 @@ public class ConfigRestartBean {
|
|||||||
for (int i = 0; i < s.length; i+= 3) {
|
for (int i = 0; i < s.length; i+= 3) {
|
||||||
buf.append("<button type=\"submit\" name=\"action\" value=\"")
|
buf.append("<button type=\"submit\" name=\"action\" value=\"")
|
||||||
.append(s[i]).append("\" class=\"")
|
.append(s[i]).append("\" class=\"")
|
||||||
.append(s[i+1]).append("\" >")
|
.append(s[i+1]).append("\" title=\"")
|
||||||
|
.append(_t(s[i+2], ctx)).append("\" >")
|
||||||
.append(_t(s[i+2], ctx)).append("</button>\n");
|
.append(_t(s[i+2], ctx)).append("</button>\n");
|
||||||
}
|
}
|
||||||
buf.append("</form>\n");
|
buf.append("</form>\n");
|
||||||
|
Reference in New Issue
Block a user