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\">" +
|
buf.append("</div><div class=\"page\"><div class=\"mainsection\">" +
|
||||||
"<TABLE BORDER=0 class=\"snarkTorrents\" cellpadding=\"5px 10px\">" +
|
"<TABLE BORDER=0 class=\"snarkTorrents\" cellpadding=\"5px 10px\">" +
|
||||||
"<thead><tr><th>").append(_("File")).append("</th><th>").append(_("Size"))
|
"<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(_("Status")).append("</th></tr></thead>");
|
.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 dfmt=DateFormat.getDateTimeInstance(DateFormat.MEDIUM,
|
||||||
// DateFormat.MEDIUM);
|
// DateFormat.MEDIUM);
|
||||||
for (int i=0 ; i< ls.length ; i++)
|
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 {
|
.snarkFileName {
|
||||||
min-width: 25em;
|
/* min-width: 25em;*/
|
||||||
padding: 4px 10px;
|
padding: 4px 0px !important;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user