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

Skip to content
Snippets Groups Projects
Commit 82323cd8 authored by z3d's avatar z3d
Browse files

I2PSnark: Add icons for status and torrent columns.

parent 511182f1
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ public class I2PSnarkServlet extends Default {
List snarks = getSortedSnarks(req);
String uri = req.getRequestURI();
out.write(TABLE_HEADER);
out.write(_("Status"));
out.write(_("<img border=\"0\" src=\"/themes/console/snark/images/status.png\" title=\"Torrent Status\">Status"));
if (_manager.util().connected() && !snarks.isEmpty()) {
out.write(" &raquo; <a href=\"");
out.write(req.getRequestURI());
......@@ -251,7 +251,7 @@ public class I2PSnarkServlet extends Default {
out.write("</a><br>\n");
}
out.write("</th>\n<th align=\"left\">");
out.write(_("Torrent"));
out.write(_("<img border=\"0\" src=\"/themes/console/snark/images/torrent.png\" title=\"Loaded Torrents\">Torrent"));
out.write("</th>\n<th align=\"center\">");
out.write(_("<img border=\"0\" src=\"/themes/console/snark/images/eta.png\" title=\"Estimated Download Time\">ETA"));
out.write("</th>\n<th align=\"center\">");
......
installer/resources/themes/console/snark/images/status.png

369 B

installer/resources/themes/console/snark/images/torrent.png

543 B

......@@ -122,7 +122,7 @@ th {
th:first-child {
text-align: left;
padding-left: 10px;
padding-left: 5px;
max-width: 120px;
}
......
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