style: homogenizar estilo del boton de reenviar notificacion a verde WhatsApp con icono en tabla de servicios en curso

This commit is contained in:
DANYDHSV 2026-08-01 13:41:05 -06:00
parent b2a3b2fb9e
commit 5095c1ce76

View File

@ -2627,8 +2627,8 @@ $installersData = json_decode($config['installersDataWhatsApp'] ?? '{"instalador
<td>${dateFormatted}</td> <td>${dateFormatted}</td>
<td style="max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;" title="${escapeHtml(job.description)}">${escapeHtml(titleClean || job.description || 'Sin descripción')}</td> <td style="max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;" title="${escapeHtml(job.description)}">${escapeHtml(titleClean || job.description || 'Sin descripción')}</td>
<td> <td>
<button class="btn btn-primary" style="padding:6px 14px; font-size:0.85em;" onclick="resendJobNotification(${job.id}, this)"> <button class="btn btn-whatsapp" onclick="resendJobNotification(${job.id}, this)">
📨 Reenviar <img src="?action=image&file=whatsapp-logo-button.png" class="icon-btn" style="margin-right:5px;filter: brightness(0) invert(1);"> Re-enviar Notificación
</button> </button>
</td> </td>
</tr>`; </tr>`;