mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
BUGFIX: Fix Download from URL title size in Web UI
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
- BUGFIX: Fix default width of file name column in torrent content
|
- BUGFIX: Fix default width of file name column in torrent content
|
||||||
- BUGFIX: Fix torrent addition dialog buttons height
|
- BUGFIX: Fix torrent addition dialog buttons height
|
||||||
- BUGFIX: Fix deprecation warnings with libtorrent v0.15
|
- BUGFIX: Fix deprecation warnings with libtorrent v0.15
|
||||||
|
- BUGFIX: Fix "Download from URL" title size in Web UI
|
||||||
|
|
||||||
* Tue Apr 06 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.4
|
* Tue Apr 06 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.4
|
||||||
- BUGFIX: Fix possible crash when adding a torrent
|
- BUGFIX: Fix possible crash when adding a torrent
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<br/>
|
<br/>
|
||||||
<h1 class="vcenter"><img class="vcenter" title="Download from URL" src="images/skin/url.png"/>_(Download Torrents from their URL or Magnet link)</h1>
|
<h2 class="vcenter"><img class="vcenter" title="Download from URL" src="images/skin/url.png"/>_(Download Torrents from their URL or Magnet link)</h2>
|
||||||
<textarea name="list" id="urls" rows="10" cols="1"></textarea><p>_(Only one link per line)</p><a id=downButton>_(Download)</a>
|
<textarea name="list" id="urls" rows="10" cols="1"></textarea><p>_(Only one link per line)</p><a id=downButton>_(Download)</a>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user