Merge pull request #12372 from Chocobo1/webui

Fix mismatch ID
This commit is contained in:
Mike Tzou 2020-04-03 13:02:15 +08:00 committed by GitHub
commit 4b409700b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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>

View file

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

View file

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