mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
ui: allow changing num.threads in search-only
This commit is contained in:
parent
2cb1f50370
commit
434823f6f0
|
@ -2557,7 +2557,6 @@ html.b #u2conf a.b:hover {
|
||||||
#u2conf input[type="checkbox"]:checked+label:hover {
|
#u2conf input[type="checkbox"]:checked+label:hover {
|
||||||
background: var(--u2-o-1h-bg);
|
background: var(--u2-o-1h-bg);
|
||||||
}
|
}
|
||||||
#op_up2k.srch #u2conf td:nth-child(1)>*,
|
|
||||||
#op_up2k.srch #u2conf td:nth-child(2)>*,
|
#op_up2k.srch #u2conf td:nth-child(2)>*,
|
||||||
#op_up2k.srch #u2conf td:nth-child(3)>* {
|
#op_up2k.srch #u2conf td:nth-child(3)>* {
|
||||||
background: #777;
|
background: #777;
|
||||||
|
|
|
@ -953,7 +953,7 @@ ebi('op_up2k').innerHTML = (
|
||||||
|
|
||||||
'<table id="u2conf">\n' +
|
'<table id="u2conf">\n' +
|
||||||
' <tr>\n' +
|
' <tr>\n' +
|
||||||
' <td class="c"><br />' + L.ul_par + '</td>\n' +
|
' <td class="c" data-perm="read"><br />' + L.ul_par + '</td>\n' +
|
||||||
' <td class="c" rowspan="2">\n' +
|
' <td class="c" rowspan="2">\n' +
|
||||||
' <input type="checkbox" id="multitask" />\n' +
|
' <input type="checkbox" id="multitask" />\n' +
|
||||||
' <label for="multitask" tt="' + L.ut_mt + '">🏃</label>\n' +
|
' <label for="multitask" tt="' + L.ut_mt + '">🏃</label>\n' +
|
||||||
|
@ -974,7 +974,7 @@ ebi('op_up2k').innerHTML = (
|
||||||
' <td data-perm="read" rowspan="2" id="u2c3w"></td>\n' +
|
' <td data-perm="read" rowspan="2" id="u2c3w"></td>\n' +
|
||||||
' </tr>\n' +
|
' </tr>\n' +
|
||||||
' <tr>\n' +
|
' <tr>\n' +
|
||||||
' <td class="c">\n' +
|
' <td class="c" data-perm="read">\n' +
|
||||||
' <a href="#" class="b" id="nthread_sub">–</a><input\n' +
|
' <a href="#" class="b" id="nthread_sub">–</a><input\n' +
|
||||||
' class="txtbox" id="nthread" value="2" tt="' + L.ut_par + '"/><a\n' +
|
' class="txtbox" id="nthread" value="2" tt="' + L.ut_par + '"/><a\n' +
|
||||||
' href="#" class="b" id="nthread_add">+</a><br /> \n' +
|
' href="#" class="b" id="nthread_add">+</a><br /> \n' +
|
||||||
|
|
Loading…
Reference in a new issue