I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e8c28ad4 authored by str4d's avatar str4d
Browse files

Add tooltips to shutdown/restart buttons

parent 5caefb5e
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,8 @@ public class ConfigRestartBean { ...@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment