diff --git a/modules/turnero/views/lugar.php b/modules/turnero/views/lugar.php index 8812d12..3a468de 100644 --- a/modules/turnero/views/lugar.php +++ b/modules/turnero/views/lugar.php @@ -1595,7 +1595,7 @@ function _abrirModalConToken(token) { load.style.display = ''; modal.style.display = 'flex'; setTimeout(() => { - iframe.src = `${BASE_WA}ver_formulario_enviado.php?token=${encodeURIComponent(token)}&embed=1&compact=1`; + iframe.src = `${BASE_WA}ver_formulario_enviado.php?token=${encodeURIComponent(token)}&embed=1&compact=1&zoom=1.1`; }, 80); } @@ -1617,7 +1617,7 @@ function abrirTomaProgresiva(token, turnoId, formularioId) { _tomaProgresivaActiva = true; _setBtnCerrarConsent(true); setTimeout(() => { - iframe.src = `${BASE_WA}ver_formulario_enviado.php?token=${encodeURIComponent(token)}&embed=1&compact=1&modo=toma_progresiva`; + iframe.src = `${BASE_WA}ver_formulario_enviado.php?token=${encodeURIComponent(token)}&embed=1&compact=1&modo=toma_progresiva&zoom=1.1`; }, 80); } diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index d3353ea..72680fa 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -710,7 +710,9 @@ function _addExamWizardHtml(string $cid): string { .mp-prog-fill { height:100%;background:linear-gradient(90deg,var(--mp-color),#22c55e);border-radius:3px;transition:width .5s ease; } -
+ +> +