diff --git a/Changelog b/Changelog index a5265233e..154b7c0fb 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Unknown - Christophe Dumez - v1.3.3 + - BUGFIX: Fixed Web UI torrent upload form + * Sat Mar 7 2009 - Christophe Dumez - v1.3.2 - BUGFIX: Fix top toolbar disabling - BUGFIX: Fix building with Qt 4.5 diff --git a/src/webui.qrc b/src/webui.qrc index 3c8493b33..36914feb3 100644 --- a/src/webui.qrc +++ b/src/webui.qrc @@ -3,6 +3,7 @@ webui/index.html webui/download.html webui/upload.html + webui/uploadframe.html webui/about.html webui/css/mocha.css webui/css/dynamicTable.css diff --git a/src/webui/index.html b/src/webui/index.html index e620efb3a..672d35aba 100644 --- a/src/webui/index.html +++ b/src/webui/index.html @@ -23,7 +23,7 @@
-

qBittorrent Web User Interface version 1.3

+

qBittorrent Web User Interface version 1.3.1

    diff --git a/src/webui/upload.html b/src/webui/upload.html index 762768484..c03f0ac54 100644 --- a/src/webui/upload.html +++ b/src/webui/upload.html @@ -7,15 +7,23 @@ +

    Download local torrent

    -
    - -

    Point to torrent file

    - Download -
    -
    + + +