I2PSnark: Add some icons to our file manager columns.
This commit is contained in:
@ -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\"> 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++)
|
||||
|
BIN
installer/resources/themes/console/snark/images/file.png
Normal file
BIN
installer/resources/themes/console/snark/images/file.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 B |
BIN
installer/resources/themes/console/snark/images/size.png
Normal file
BIN
installer/resources/themes/console/snark/images/size.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 454 B |
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user