I2PSnark: Add some icons to our file manager columns.

This commit is contained in:
z3d
2010-09-22 21:18:57 +00:00
parent 5281862932
commit 57b627fb71
4 changed files with 4 additions and 4 deletions

View File

@ -1285,8 +1285,8 @@ public class I2PSnarkServlet extends Default {
buf.append("</div><div class=\"page\"><div class=\"mainsection\">" +
"<TABLE BORDER=0 class=\"snarkTorrents\" cellpadding=\"5px 10px\">" +
"<thead><tr><th>").append(_("File")).append("</th><th>").append(_("Size"))
.append("</th><th>").append(_("Status")).append("</th></tr></thead>");
"<thead><tr><th>").append(_("<img border=\"0\" src=\"/themes/console/snark/images/file.png\" title=\"File\" alt=\"File\">&nbsp;File")).append("</th><th>").append(_("<img border=\"0\" src=\"/themes/console/snark/images/size.png\" title=\"FileSize\" alt=\"FileSize\">Size"))
.append("</th><th>").append(_("<img border=\"0\" src=\"/themes/console/snark/images/status.png\" title=\"Download Status\">Status")).append("</th></tr></thead>");
//DateFormat dfmt=DateFormat.getDateTimeInstance(DateFormat.MEDIUM,
// DateFormat.MEDIUM);
for (int i=0 ; i< ls.length ; i++)

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

View File

@ -203,8 +203,8 @@ td:first-child {
}
.snarkFileName {
min-width: 25em;
padding: 4px 10px;
/* min-width: 25em;*/
padding: 4px 0px !important;
text-align: left !important;
}