Browse Source

Merge pull request #12372 from Chocobo1/webui

Fix mismatch ID
adaptive-webui-19844
Mike Tzou 5 years ago committed by GitHub
parent
commit
4b409700b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/webui/www/private/views/installsearchplugin.html
  2. 4
      src/webui/www/private/views/preferences.html
  3. 2
      src/webui/www/private/views/search.html
  4. 2
      src/webui/www/private/views/searchplugins.html

2
src/webui/www/private/views/installsearchplugin.html

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<style type="text/css">
<style>
#installSearchPluginContainer {
margin: 10px;
}

4
src/webui/www/private/views/preferences.html

@ -7,11 +7,11 @@ @@ -7,11 +7,11 @@
</div>
<div class="formRow">
<input type="checkbox" id="dontstartdownloads_checkbox" />
<label for="dontstartauto_checkbox">QBT_TR(Do not start the download automatically)QBT_TR[CONTEXT=OptionsDialog]</label>
<label for="dontstartdownloads_checkbox">QBT_TR(Do not start the download automatically)QBT_TR[CONTEXT=OptionsDialog]</label>
</div>
<div class="formRow">
<input type="checkbox" id="deletetorrentfileafter_checkbox" />
<label for="deletetorrentafter_checkbox">QBT_TR(Delete .torrent files afterwards)QBT_TR[CONTEXT=OptionsDialog]</label>
<label for="deletetorrentfileafter_checkbox">QBT_TR(Delete .torrent files afterwards)QBT_TR[CONTEXT=OptionsDialog]</label>
</div>
</fieldset>

2
src/webui/www/private/views/search.html

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<style type="text/css">
<style>
#searchPattern {
width: 500px;
line-height: 2em;

2
src/webui/www/private/views/searchplugins.html

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<style type="text/css">
<style>
#searchPluginsContainer {
height: calc(100% - 20px);
margin: 10px;

Loading…
Cancel
Save