I2PSnark: Status updates!

This commit is contained in:
z3d
2010-12-08 03:47:36 +00:00
parent 020da9d0be
commit e349e13efe
3 changed files with 6 additions and 3 deletions

View File

@ -1432,14 +1432,17 @@ public class I2PSnarkServlet extends Default {
.append(_("File")).append("\" alt=\"").append(_("File")).append("\"> ")
.append(title).append("</th><th align=\"right\">")
.append("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/size.png\" title=\"")
.append(_("FileSize")).append("\" alt=\"").append(_("FileSize")).append("\">").append(_("Size"));
// .append(_("FileSize")).append("\" alt=\"").append(_("FileSize")).append("\">").append(_("Size"));
.append(_("FileSize")).append("\" alt=\"").append(_("FileSize")).append("\">");
buf.append("</th><th class=\"headerstatus\">")
.append("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/status.png\" title=\"")
.append(_("Download Status")).append("\">").append(_("Status")).append("</th>");
// .append(_("Download Status")).append("\">").append(_("Status")).append("</th>");
.append(_("Download Status")).append("\">").append("</th>");
if (showPriority)
buf.append("<th class=\"headerpriority\">")
.append("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/priority.png\" title=\"\">")
.append(_("Priority")).append("</th>");
// .append(_("Priority")).append("</th>");
.append("</th>");
buf.append("</tr></thead>\n");
buf.append("<tr><td colspan=\"4\" class=\"ParentDir\"><A HREF=\"");
buf.append(URI.addPaths(base,"../"));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 950 B

After

Width:  |  Height:  |  Size: 1.3 KiB