From 7d61742e404249f6a777255bccbdb6b96afc8e2f Mon Sep 17 00:00:00 2001 From: Mariela Bonilla Date: Sat, 24 Jul 2021 16:52:36 -0600 Subject: [PATCH] cambios de html despues de merge --- .../encuesta/list/encuesta.component.html | 228 +++++++----------- .../encuesta/list/encuesta.component.ts | 3 +- 2 files changed, 91 insertions(+), 140 deletions(-) diff --git a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html index 44b63fc..dfddde5 100644 --- a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html +++ b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html @@ -80,7 +80,7 @@ -
+
    @@ -97,6 +97,22 @@
+
+
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • @@ -104,146 +120,83 @@
  • - - -
    - -
    -
      -
      -
    • - -
    • -
      -
      -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    • - -
    • -
      -
      -
    • - -
    • -
      -
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    +
    +
    +   {{ encuesta.nombre | titlecase }}
    - -
    -
    -   {{ encuesta.nombre | titlecase }} -
    -
    -   {{ encuesta.nombre | titlecase }} -
    -
    -   {{ - encuesta.fechaCreacion | formatShortDatetime | titlecase - }} -
    -
    - {{ encuesta.descripcion | titlecase }} -
    -
    - {{ encuesta.categoria?.nombre | lowercase }} -
    -
    - -
    +
    +   {{ encuesta.nombre | titlecase }}
    +
    +   {{ + encuesta.fechaCreacion | formatShortDatetime | titlecase + }} +
    +
    + {{ encuesta.descripcion | titlecase }} +
    +
    + {{ encuesta.categoria?.nombre | lowercase }} +
    +
    + +
    +
    - -
    diff --git a/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts b/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts index be4bed8..aeffa5e 100644 --- a/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts +++ b/src/main/webapp/app/entities/encuesta/list/encuesta.component.ts @@ -62,7 +62,6 @@ export class EncuestaComponent implements OnInit, AfterViewInit { account: Account | null = null; usuarioExtra: UsuarioExtra | null = null; estadoDeleted = EstadoEncuesta.DELETED; - public searchString: string; encuestas?: IEncuesta[]; isLoading = false; @@ -72,7 +71,7 @@ export class EncuestaComponent implements OnInit, AfterViewInit { categoriasSharedCollection: ICategoria[] = []; usuarioExtrasSharedCollection: IUsuarioExtra[] = []; - public searchEncuesta: string; + public searchString: string; public accesoEncuesta: string; //public categoriaEncuesta: string; public estadoEncuesta: string;