up
This commit is contained in:
+11
-13
@@ -959,16 +959,17 @@
|
||||
}
|
||||
};
|
||||
}
|
||||
holdIndicator.textContent = 'EN ESPERA';
|
||||
holdIndicator.style.color = '#b85';
|
||||
holdIndicator.style.display = 'inline';
|
||||
} else if (conv.advisor_requested) {
|
||||
holdIndicator.textContent = 'SOLICITUD PENDIENTE';
|
||||
holdIndicator.style.color = '#f39c12';
|
||||
holdIndicator.style.display = 'inline';
|
||||
} else {
|
||||
holdIndicator.style.display = 'none';
|
||||
}
|
||||
|
||||
if (conv.on_hold) {
|
||||
holdIndicator.textContent = 'EN ESPERA';
|
||||
holdIndicator.style.color = '#b85';
|
||||
holdIndicator.style.display = 'inline';
|
||||
} else if (conv.advisor_requested) {
|
||||
holdIndicator.textContent = 'SOLICITUD PENDIENTE';
|
||||
holdIndicator.style.color = '#f39c12';
|
||||
holdIndicator.style.display = 'inline';
|
||||
} else {
|
||||
holdIndicator.style.display = 'none';
|
||||
}
|
||||
|
||||
if (releaseBtn) {
|
||||
@@ -1074,9 +1075,6 @@
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
if (btn) {
|
||||
btn.textContent = conv.bot_enabled ? 'Bot: On' : 'Bot: Off';
|
||||
|
||||
@@ -207,7 +207,10 @@ try {
|
||||
<div class="card-header bg-gradient-primary text-white">
|
||||
<div class="row align-items-center">
|
||||
<div class="col">
|
||||
<h5 class="mb-0"><i class="fas fa-comments"></i> Conversaciones</h5>
|
||||
<h5 class="mb-0 d-flex align-items-center">
|
||||
<i class="fas fa-comments"></i> Conversaciones
|
||||
<a href="conversations.php" class="btn btn-sm btn-light ms-3" style="font-size:0.75rem;">Ver nueva versión</a>
|
||||
</h5>
|
||||
<small class="text-white-50">Administra tus chats de WhatsApp</small>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
|
||||
Reference in New Issue
Block a user