Browse Source

Merge pull request #15717 from Chocobo1/irc

WebUI: Remove IRC in about page
adaptive-webui-19844
Chocobo1 3 years ago committed by GitHub
parent
commit
dfe862dcd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md
  2. 27
      src/webui/www/private/views/about.html

4
README.md

@ -46,7 +46,7 @@ Please report any bug (or feature request) to:
http://bugs.qbittorrent.org http://bugs.qbittorrent.org
Official IRC channel: Official IRC channel:
`#qbittorrent on irc.libera.chat` [#qbittorrent on irc.libera.chat](ircs://irc.libera.chat:6697/qbittorrent)
------------------------------------------ ------------------------------------------
sledgehammer999 <sledgehammer999@qbittorrent.org> sledgehammer999 \<sledgehammer999@qbittorrent.org\>

27
src/webui/www/private/views/about.html

@ -1,12 +1,25 @@
<div id="aboutAboutContent" class="aboutTabContent"> <div id="aboutAboutContent" class="aboutTabContent">
<img src="icons/mascot.png" style="float: right;" alt="qBittorrent Mascot" /> <img src="icons/mascot.png" style="float: left;" alt="QBT_TR(qBittorrent Mascot)QBT_TR[CONTEXT=AboutDialog]" />
<h3 id="qbittorrentVersion"></h3> <div>
<img src="icons/qbittorrent-tray.svg" style="float: left; height: 1.5em;" alt="QBT_TR(qBittorrent icon)QBT_TR[CONTEXT=AboutDialog]" />
<h3 id="qbittorrentVersion"></h3>
</div>
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]</p> <p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]</p>
<p>Copyright (c) 2011-2021 The qBittorrent project</p> <p>Copyright © 2006-2021 The qBittorrent project</p>
<p>QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="https://www.qbittorrent.org"> https://www.qbittorrent.org</a></p> <table>
<p>QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="http://bugs.qbittorrent.org"> http://bugs.qbittorrent.org</a></p> <tr>
<p>QBT_TR(Forum:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="http://forum.qbittorrent.org"> http://forum.qbittorrent.org</a></p> <td>QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog]</td>
<p>QBT_TR(IRC: #qbittorrent on Freenode)QBT_TR[CONTEXT=HttpServer]</p> <td><a href="https://www.qbittorrent.org" target="_blank">https://www.qbittorrent.org</a></td>
</tr>
<tr>
<td>QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=AboutDialog]</td>
<td><a href="http://bugs.qbittorrent.org" target="_blank">http://bugs.qbittorrent.org</a></td>
</tr>
<tr>
<td>QBT_TR(Forum:)QBT_TR[CONTEXT=AboutDialog]</td>
<td><a href="http://forum.qbittorrent.org" target="_blank">http://forum.qbittorrent.org</a></td>
</tr>
</table>
</div> </div>
<div id="aboutAuthorContent" class="aboutTabContent invisible"> <div id="aboutAuthorContent" class="aboutTabContent invisible">

Loading…
Cancel
Save