Browse Source

Fix some missing icons in the Web UI

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
3bc946bfb9
  1. 2
      src/webui/html/download.html
  2. 2
      src/webui/html/upload.html

2
src/webui/html/download.html

@ -10,7 +10,7 @@
<body> <body>
<center> <center>
<br/> <br/>
<h2 class="vcenter"><img class="vcenter" title="Download from URL" src="images/skin/url.png"/>_(Download Torrents from their URL or Magnet link)</h2> <h2 class="vcenter"><img class="vcenter" title="Download from URL" src="theme/insert-link"/>_(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>

2
src/webui/html/upload.html

@ -13,7 +13,7 @@ function hideAll() {
</head> </head>
<body> <body>
<center> <center>
<h1 class="vcenter"><img class="vcenter" title="Download local torrent" src="images/skin/open.png"/>_(Download local torrent)</h1> <h1 class="vcenter"><img class="vcenter" title="Download local torrent" src="theme/list-add"/>_(Download local torrent)</h1>
<iframe src="uploadframe.html" frameborder="0" style="padding: 10px; height: 70px; width: 450px;" id="myiframe"> <iframe src="uploadframe.html" frameborder="0" style="padding: 10px; height: 70px; width: 450px;" id="myiframe">
<p>Your Web browser does not support iframes</p> <p>Your Web browser does not support iframes</p>
</iframe> </iframe>

Loading…
Cancel
Save