This commit is contained in:
Lizandro Guarnizo
2026-01-23 22:28:29 -05:00
parent 2017c8c805
commit e163fe21f6
2 changed files with 15 additions and 14 deletions
+2 -4
View File
@@ -959,6 +959,8 @@
} }
}; };
} }
if (conv.on_hold) {
holdIndicator.textContent = 'EN ESPERA'; holdIndicator.textContent = 'EN ESPERA';
holdIndicator.style.color = '#b85'; holdIndicator.style.color = '#b85';
holdIndicator.style.display = 'inline'; holdIndicator.style.display = 'inline';
@@ -969,7 +971,6 @@
} else { } else {
holdIndicator.style.display = 'none'; holdIndicator.style.display = 'none';
} }
}
if (releaseBtn) { if (releaseBtn) {
// show button when on_hold or advisor_requested // show button when on_hold or advisor_requested
@@ -1074,9 +1075,6 @@
}; };
} }
} }
}
};
}
if (btn) { if (btn) {
btn.textContent = conv.bot_enabled ? 'Bot: On' : 'Bot: Off'; btn.textContent = conv.bot_enabled ? 'Bot: On' : 'Bot: Off';
+4 -1
View File
@@ -207,7 +207,10 @@ try {
<div class="card-header bg-gradient-primary text-white"> <div class="card-header bg-gradient-primary text-white">
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col"> <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>&nbsp; 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> <small class="text-white-50">Administra tus chats de WhatsApp</small>
</div> </div>
<div class="col-auto"> <div class="col-auto">