Browse Source

Fix download from URL title in Web UI

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
ef7e2abdaf
  1. 2
      src/webui/download.html

2
src/webui/download.html

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
<body>
<center>
<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>
</center>
</body>

Loading…
Cancel
Save