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:
co-authored by
Claude Sonnet 4.6
parent
3a865d5c9f
commit
1622bc3050
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user