Actualizar configuracion.html

This commit is contained in:
2026-03-08 21:32:38 +00:00
parent 3c7f5075fa
commit 667fdf0856

View File

@@ -395,7 +395,7 @@
</div> </div>
</div> </div>
<div id="hs_cfg_date_body" class="p-5 space-y-4 hidden bg-white"> <div id="hs_cfg_date_body" class="p-5 space-y-4 hidden bg-white">
<div class="grid grid-cols-1 md:grid-cols-3 gap-4"> <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div> <div>
<label class="block text-xs font-bold text-slate-600 mb-1">Estado en HomeServe</label> <label class="block text-xs font-bold text-slate-600 mb-1">Estado en HomeServe</label>
<select id="hs_cfg_date_status" class="w-full border border-slate-300 rounded-lg p-2.5 text-xs outline-none focus:border-red-500"> <select id="hs_cfg_date_status" class="w-full border border-slate-300 rounded-lg p-2.5 text-xs outline-none focus:border-red-500">
@@ -415,11 +415,6 @@
<option value="352">352 - En espera de Perjudicado por indicaciones</option> <option value="352">352 - En espera de Perjudicado por indicaciones</option>
</select> </select>
</div> </div>
<div>
<label class="block text-xs font-bold text-slate-600 mb-1">Días Siguiente Acción</label>
<input type="number" id="hs_cfg_date_days" value="0" min="0" class="w-full border border-slate-300 rounded-lg p-2.5 text-sm outline-none focus:border-red-500" title="0 significa que usará la misma fecha de la cita como Siguiente Acción.">
<p class="text-[10px] text-slate-400 mt-1">Si pones 0, usará el día de la cita.</p>
</div>
<div class="flex items-center pt-5"> <div class="flex items-center pt-5">
<label class="flex items-center gap-2 cursor-pointer"> <label class="flex items-center gap-2 cursor-pointer">
<input type="checkbox" id="hs_cfg_date_inform" checked class="w-4 h-4 text-red-600 border-slate-300 rounded focus:ring-red-500"> <input type="checkbox" id="hs_cfg_date_inform" checked class="w-4 h-4 text-red-600 border-slate-300 rounded focus:ring-red-500">
@@ -433,6 +428,11 @@
</div> </div>
</div> </div>
</div> </div>
<label class="block text-xs font-bold text-slate-600 mb-1">Texto para "Observaciones"</label>
<textarea id="hs_cfg_date_obs" rows="2" class="w-full border border-slate-300 rounded-lg p-3 text-sm outline-none focus:border-red-500" placeholder="Ej: Cita confirmada con el cliente para el {{FECHA}} a las {{HORA}}."></textarea>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-sm border border-slate-200 overflow-hidden"> <div class="bg-white rounded-xl shadow-sm border border-slate-200 overflow-hidden">
<div class="p-4 bg-slate-50 border-b border-slate-200 flex justify-between items-center"> <div class="p-4 bg-slate-50 border-b border-slate-200 flex justify-between items-center">