I2PSnark: Status updates!
This commit is contained in:
@ -1432,14 +1432,17 @@ public class I2PSnarkServlet extends Default {
|
|||||||
.append(_("File")).append("\" alt=\"").append(_("File")).append("\"> ")
|
.append(_("File")).append("\" alt=\"").append(_("File")).append("\"> ")
|
||||||
.append(title).append("</th><th align=\"right\">")
|
.append(title).append("</th><th align=\"right\">")
|
||||||
.append("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/size.png\" title=\"")
|
.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\">")
|
buf.append("</th><th class=\"headerstatus\">")
|
||||||
.append("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/status.png\" title=\"")
|
.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)
|
if (showPriority)
|
||||||
buf.append("<th class=\"headerpriority\">")
|
buf.append("<th class=\"headerpriority\">")
|
||||||
.append("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/priority.png\" title=\"\">")
|
.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></thead>\n");
|
||||||
buf.append("<tr><td colspan=\"4\" class=\"ParentDir\"><A HREF=\"");
|
buf.append("<tr><td colspan=\"4\" class=\"ParentDir\"><A HREF=\"");
|
||||||
buf.append(URI.addPaths(base,"../"));
|
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 |
Reference in New Issue
Block a user