- Allow to set up per-torrent upload rate limit from Web UI

- Updated Mootools to v1.2.4 and fix breakage with MochaUI
This commit is contained in:
Christophe Dumez
2009-11-25 10:03:04 +00:00
parent c48a3b55d6
commit 236c0da563
15 changed files with 814 additions and 495 deletions

View File

@@ -170,3 +170,5 @@ a.propButton img {
#contextmenu li a.recheck { background-image:url(../images/oxygen/gear.png); }
#contextmenu li a.delete { background-image:url(../images/skin/delete22.png); }
#contextmenu li a.deleteHD { background-image:url(../images/skin/delete_perm22.png); }
#contextmenu li a.uploadLimit { background-image:url(../images/skin/seeding.png); }
#contextmenu li a.downloadLimit { background-image:url(../images/skin/download.png); }