This commit is contained in:
Lizandro Guarnizo
2026-03-17 12:58:42 -05:00
parent 262009f4e5
commit 775c654790
4 changed files with 263 additions and 12 deletions
+6 -1
View File
@@ -747,7 +747,12 @@ function renderCampoPreview(c, valores) {
if (c.tipo === 'firma') {
return `<div class="preview-field">${lbl}
<div class="border rounded p-2 text-center text-muted small bg-light" style="height:70px;line-height:50px">
✍️ Área de firma</div></div>`;
✍️ Área de firma (paciente)</div></div>`;
}
if (c.tipo === 'firma_profesional') {
return `<div class="preview-field">${lbl}
<div class="border rounded p-2 text-center small fw-semibold" style="height:70px;line-height:50px;color:#198754;background:#f0fff4;border-color:#198754 !important">
✍️ Área de firma (profesional)</div></div>`;
}
if (c.tipo === 'parrafo') {
const txt = (c.contenido || '');