ya se puede pulsar enter dentro del comentario. se vuelve a ver la exclamación cuando hay

This commit is contained in:
2025-02-27 16:12:15 +01:00
parent f945d19972
commit 34c79118b7
2 changed files with 22 additions and 8 deletions

View File

@ -25,8 +25,7 @@
<?= lang("Presupuestos.comentariosCliente") ?>
<span
id="mostrar_comentarios_cliente"
style="display: none"
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1">
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1 d-none">
!
</span>
</button>
@ -43,8 +42,7 @@
<?= lang("Presupuestos.comentariosSafekat") ?>
<span
id="mostrar_comentarios_safekat"
style="display: none"
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1">
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1 d-none">
!
</span>
</button>
@ -61,8 +59,7 @@
<?= lang("Presupuestos.comentariosPresupuesto") ?>
<span
id="mostrar_comentarios_pdf"
style="display: none"
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1">
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1 d-none">
!
</span>
</button>
@ -79,8 +76,7 @@
<?= lang("Presupuestos.comentariosProduccion") ?>
<span
id="mostrar_comentarios_produccion"
style="display: none"
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1">
class="badge rounded-pill badge-center h-px-20 w-px-20 bg-warning ms-1 d-none">
!
</span>
</button>