- Fixed several issues with Web UI

This commit is contained in:
Christophe Dumez
2009-11-23 13:35:46 +00:00
parent 74f0737903
commit 34ba69e319
6 changed files with 17 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ initializeWindows = function(){
new Event(e).stop();
new MochaUI.Window({
id: 'downloadPage',
title: 'Download from URLs',
title: "(Download from URL)",
loadMethod: 'iframe',
contentURL:'download.html',
scrollbars: false,
@@ -41,7 +41,7 @@ initializeWindows = function(){
new Event(e).stop();
new MochaUI.Window({
id: 'uploadPage',
title: 'Upload torrent file',
title: "_(Download local torrent)",
loadMethod: 'iframe',
contentURL:'upload.html',
scrollbars: false,
@@ -106,7 +106,7 @@ initializeWindows = function(){
new Event(e).stop();
new MochaUI.Window({
id: 'bugPage',
title: 'Report a Bug',
title: '_(Report a bug)',
loadMethod: 'iframe',
contentURL: 'http://bugs.qbittorrent.org/',
width: 650,