merge of '5784df5facdf6e194dc3c052b2527a8c63c96c0f'

and '9c5d0b4cdfa76234e6ac9fbfd0ce753748104f47'
This commit is contained in:
HungryHobo
2010-11-01 22:09:52 +00:00
2 changed files with 11 additions and 3 deletions

View File

@@ -1007,7 +1007,7 @@ public class I2PSnarkServlet extends Default {
out.write(_("Add torrent"));
out.write("\" name=\"foo\" ><br>\n");
out.write("<tr><td>&nbsp;<td><span class=\"snarkAddInfo\">");
out.write(_("You can also copy .torrent files to: <code>{0}", _manager.getDataDir().getAbsolutePath()));
out.write(_("You can also copy .torrent files to: {0}", "<code>" + _manager.getDataDir().getAbsolutePath ()));
out.write("</code>.\n");
out.write(_("Removing a .torrent will cause it to stop."));
out.write("<br></span></table>\n");

View File

@@ -92,12 +92,20 @@ body {
border-radius: 4px 0 0 0;
border: 1px solid #000;
overflow: auto;
color: #22f;
color: #26f;
height: 70px;
width: auto;
background: #101 url('/themes/snark/ubergine/images/hat.png') no-repeat scroll right center;
}
.snarkMessages a:link {
color: #37f !important;
}
.snarkMessages a:hover {
color: #59f !important;
}
.logshim {
margin-top: -10px !important;
}
@@ -108,7 +116,7 @@ pre {
padding: 0;
text-align: left !important;
height: 8px;
color: #51a;
color: #13f;
font-weight: bold !important;
}