F-LAB-28: panel configurar tomas abre con todas desmarcadas

El profesional elige manualmente cuáles tomas aplicar antes
de iniciar el protocolo, en vez de tener que desmarcar las que no usa.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-16 21:30:21 -05:00
co-authored by Claude Sonnet 4.6
parent 3a865d5c9f
commit 1622bc3050
+1 -1
View File
@@ -1357,7 +1357,7 @@ function _mpShowCfgPanel(examName, groups) {
var s = secs[i];
html += '<div class="col-6 col-sm-4"><div class="mp-cfg-item form-check">'
+ '<input class="form-check-input mp-cfg-chk" type="checkbox"'
+ ' id="cfg-' + s.firma + '" value="' + s.firma + '" data-group="' + gk + '" checked>'
+ ' id="cfg-' + s.firma + '" value="' + s.firma + '" data-group="' + gk + '">'
+ '<label class="form-check-label small" for="cfg-' + s.firma + '">'
+ (s.label || ('Toma ' + (i+1))) + '</label>'
+ '</div></div>';