up
This commit is contained in:
@@ -196,9 +196,9 @@ try {
|
||||
<span class="input-group-text bg-light border-0">
|
||||
<i class="fas fa-search"></i>
|
||||
</span>
|
||||
<input type="text" class="form-control border-0"
|
||||
placeholder="Buscar conversaciones..."
|
||||
id="search-conversations">
|
||||
<input type="text" class="form-control border-0"
|
||||
placeholder="Buscar conversaciones..."
|
||||
id="search-conversations">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -581,10 +581,9 @@ try {
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Idioma</label>
|
||||
<select class="form-control" id="template-language">
|
||||
<option value="es">Español</option>
|
||||
<option value="en">English</option>
|
||||
<option value="pt">Português</option>
|
||||
<select class="form-control" id="template-language" name="template_language">
|
||||
<option value="es_ES" <?= (defined('APP_LANG') && constant('APP_LANG') === 'es_ES') ? 'selected' : '' ?>>Español</option>
|
||||
<option value="en_US" <?= (defined('APP_LANG') && constant('APP_LANG') === 'en_US') ? 'selected' : '' ?>>English</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
@@ -689,7 +688,7 @@ try {
|
||||
// Si el mensaje es un string simple
|
||||
apiMessage = data.api.message;
|
||||
}
|
||||
|
||||
|
||||
html += `<div class="mb-3">
|
||||
<h6><i class="fas fa-plug"></i> Conectividad API</h6>
|
||||
<div class="alert alert-${data.api.status === 'ready' ? 'success' : 'danger'}">
|
||||
@@ -774,7 +773,7 @@ try {
|
||||
<option value="inactive">Inactivo</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
<hr>
|
||||
<h6>📋 Opciones del Menú</h6>
|
||||
<div id="menu-options-container">
|
||||
@@ -810,7 +809,7 @@ try {
|
||||
<div class="modal-body">
|
||||
<form id="autoresponse-form">
|
||||
<input type="hidden" id="autoresponse-id">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="mb-3">
|
||||
|
||||
Reference in New Issue
Block a user