mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-12 15:57:57 +00:00
WebUI: Fix checkbox hidden. Closes #6642.
This commit is contained in:
parent
74fb070e78
commit
5e50d8ed91
@ -101,7 +101,7 @@
|
|||||||
<table class="dynamicTable" style="width: 100%">
|
<table class="dynamicTable" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 30px; border-right: 0"><input type="checkbox" id="tristate_cb" style="display: none;" onclick="javascript:switchCBState()" /><label id="all_files_cb" class="tristate" for="tristate_cb"></label></th>
|
<th style="width: 4.5em; border-right: 0"><input type="checkbox" id="tristate_cb" style="display: none;" onclick="javascript:switchCBState()" /><label id="all_files_cb" class="tristate" for="tristate_cb"></label></th>
|
||||||
<th>QBT_TR(Name)QBT_TR</th>
|
<th>QBT_TR(Name)QBT_TR</th>
|
||||||
<th style="width: 150px;">QBT_TR(Size)QBT_TR</th>
|
<th style="width: 150px;">QBT_TR(Size)QBT_TR</th>
|
||||||
<th style="width: 90px;">QBT_TR(Progress)QBT_TR</th>
|
<th style="width: 90px;">QBT_TR(Progress)QBT_TR</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user