From b4e45c1c2271f2074e30c34deb51f33d532c853f Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:58:46 -0500 Subject: [PATCH] =?UTF-8?q?feat(lugar):=20formularios=20en=20modal=2010%?= =?UTF-8?q?=20m=C3=A1s=20grandes=20en=20tablet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pasa zoom=1.1 al iframe; ver_formulario_enviado.php aplica zoom al body. Co-Authored-By: Claude Sonnet 4.6 --- modules/turnero/views/lugar.php | 4 ++-- ver_formulario_enviado.php | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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; } - + +> +