style: homogenizar estilo del boton de reenviar notificacion a verde WhatsApp con icono en tabla de servicios en curso
This commit is contained in:
parent
b2a3b2fb9e
commit
5095c1ce76
@ -2627,8 +2627,8 @@ $installersData = json_decode($config['installersDataWhatsApp'] ?? '{"instalador
|
||||
<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>
|
||||
<button class="btn btn-primary" style="padding:6px 14px; font-size:0.85em;" onclick="resendJobNotification(${job.id}, this)">
|
||||
📨 Reenviar
|
||||
<button class="btn btn-whatsapp" onclick="resendJobNotification(${job.id}, this)">
|
||||
<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>
|
||||
</td>
|
||||
</tr>`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user