diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index adea505..52f2d61 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -807,9 +807,7 @@ function _addExamWizardHtml(string $cid): string {
-

- Seleccione las tomas a realizar. Desmárquelas si el médico indicó un protocolo reducido. -

+

Marque las tomas que va a realizar.

@@ -1349,10 +1347,13 @@ function _mpGuardarConfig(config, examType, onOk, onErr) { function _mpShowCfgPanel(examName, groups) { // Construir checkboxes var html = ''; + var multiGrupo = Object.keys(groups).length > 1; for (var gk in groups) { var secs = groups[gk]; var title = secs[0] ? (secs[0].display || gk) : gk; - html += '
' + title + '
'; + html += '
' + + (multiGrupo ? '
' + title + '
' : '') + + '
'; for (var i = 0; i < secs.length; i++) { var s = secs[i]; html += '
'