...
Content-type: text/plain
Author: damoxc
Revision: 5516
Log:
add the deluge remove js script to the debug list
add a css class for the windows icon
Diff:
Modified: trunk/deluge/ui/web/css/deluge.css
===================================================================
--- trunk/deluge/ui/web/css/deluge.css 2009-07-22 18:57:24 UTC (rev 5515)
+++ trunk/deluge/ui/web/css/deluge.css 2009-07-22 20:11:18 UTC (rev 5516)
@@ -109,6 +109,11 @@
background: url('/icons/login.png') no-repeat 2px;
}
+/* Remove Window */
+.x-deluge-remove-window-icon {
+ background: url('/icons/remove.png') no-repeat 2px;
+}
+
/* Add Window */
.x-deluge-add-window-icon {
background: url('/icons/add.png') no-repeat 2px;
Modified: trunk/deluge/ui/web/server.py
===================================================================
--- trunk/deluge/ui/web/server.py 2009-07-22 18:57:24 UTC (rev 5515)
+++ trunk/deluge/ui/web/server.py 2009-07-22 20:11:18 UTC (rev 5516)
@@ -304,6 +304,7 @@
"/js/Deluge.Preferences.Proxy.js",
"/js/Deluge.Preferences.Notification.js",
"/js/Deluge.Preferences.Plugins.js",
+ "/js/Deluge.Remove.js",
"/js/Deluge.Sidebar.js",
"/js/Deluge.Statusbar.js",
"/js/Deluge.Toolbar.js",
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---