From 8f222794288660b4cd60d77fa5b075cefa86d044 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 2 Oct 2011 10:22:41 +0300 Subject: [PATCH] Web UI: cosmetic improvements to torrent upload dialog --- src/webui/html/upload.html | 8 +++++--- src/webui/html/uploadframe.html | 17 ----------------- src/webui/webui.qrc | 1 - 3 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 src/webui/html/uploadframe.html diff --git a/src/webui/html/upload.html b/src/webui/html/upload.html index 572237324..5a5aa0a94 100644 --- a/src/webui/html/upload.html +++ b/src/webui/html/upload.html @@ -13,11 +13,13 @@ function hideAll() {
+

_(Download local torrent)

- +
+

+ +
diff --git a/src/webui/html/uploadframe.html b/src/webui/html/uploadframe.html deleted file mode 100644 index 9e7f93788..000000000 --- a/src/webui/html/uploadframe.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - _(Download local torrent) - - - - -
-
-

- -
-
- - diff --git a/src/webui/webui.qrc b/src/webui/webui.qrc index 3aefdb824..08d58de79 100644 --- a/src/webui/webui.qrc +++ b/src/webui/webui.qrc @@ -4,7 +4,6 @@ html/download.html html/addtrackers.html html/upload.html - html/uploadframe.html html/about.html html/filters.html html/transferlist.html