fix(bandeja): URL consentimiento → ver_formulario_enviado.php?token=...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
368c4c8a5a
commit
9f251d57be
@@ -491,7 +491,7 @@ function _renderDetalle(d) {
|
||||
const esFirmado = c.estado==='firmado';
|
||||
const ico = esFirmado ? 'firmado fas fa-check-circle' : 'pendiente fas fa-clock';
|
||||
const link = c.token
|
||||
? `<a href="consent.php?token=${c.token}" target="_blank"><i class="fas fa-external-link-alt"></i> Ver</a>` : '';
|
||||
? `<a href="ver_formulario_enviado.php?token=${c.token}" target="_blank"><i class="fas fa-external-link-alt"></i> Ver</a>` : '';
|
||||
secC += `<div class="bnd-consent">
|
||||
<i class="bnd-consent-ico ${ico}"></i>
|
||||
<span style="font-size:.82rem">${c.formulario_nombre}</span>
|
||||
|
||||
Reference in New Issue
Block a user