mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Reformat WebUI code
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" id="temppath_checkbox" onclick="updateTempDirEnabled();" />
|
||||
<label for="temppath_checkbox" >QBT_TR(Keep incomplete torrents in:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
<label for="temppath_checkbox">QBT_TR(Keep incomplete torrents in:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="temppath_text" />
|
||||
@@ -95,7 +95,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" id="exportdir_checkbox" onclick="updateExportDirEnabled();" />
|
||||
<label for="exportdir_checkbox" >QBT_TR(Copy .torrent files to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
<label for="exportdir_checkbox">QBT_TR(Copy .torrent files to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="exportdir_text" />
|
||||
@@ -104,7 +104,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" id="exportdirfin_checkbox" onclick="updateExportDirFinEnabled();" />
|
||||
<label for="exportdirfin_checkbox" >QBT_TR(Copy .torrent files for finished downloads to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
<label for="exportdirfin_checkbox">QBT_TR(Copy .torrent files for finished downloads to:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" id="exportdirfin_text" />
|
||||
|
||||
Reference in New Issue
Block a user