diff --git a/front/core/components/dialog/style.scss b/front/core/components/dialog/style.scss index 8fad14e03f..406f86148e 100644 --- a/front/core/components/dialog/style.scss +++ b/front/core/components/dialog/style.scss @@ -31,7 +31,7 @@ tpl-body { display: block; - width: 20em; + min-width: 20em; } & > button.close { @extend %clickable; diff --git a/modules/claim/front/locale/es.yml b/modules/claim/front/locale/es.yml index 27a9eb9a98..f636b43ee7 100644 --- a/modules/claim/front/locale/es.yml +++ b/modules/claim/front/locale/es.yml @@ -1,6 +1,7 @@ #Ordenar alfabeticamente Add sale: Añadir linea Are you sure you want to send it?: ¿Seguro que quieres enviarlo? +Are you sure you want to delete this claim?: ¿Seguro que quieres eliminar esta reclamación? Client Id: Id cliente Claimed ticket: Ticket reclamado Delete claim: Eliminar reclamación diff --git a/modules/ticket/front/descriptor/addStowaway.html b/modules/ticket/front/descriptor/addStowaway.html index c51d9d0d37..0c8c3d6b0d 100644 --- a/modules/ticket/front/descriptor/addStowaway.html +++ b/modules/ticket/front/descriptor/addStowaway.html @@ -7,28 +7,28 @@ class="modal-form" on-open="model.refresh()"> - +
Stowaways to add
- - + + Ticket id - Shipped - Agency - Warehouse - State + Shipped + Agency + Warehouse + State {{ticket.id}} - {{ticket.landed | dateTime: 'dd/MM/yyyy'}} - {{ticket.agencyMode.name}} - {{ticket.warehouse.name}} - {{ticket.state.state.name}} + {{ticket.landed | dateTime: 'dd/MM/yyyy'}} + {{ticket.agencyMode.name}} + {{ticket.warehouse.name}} + {{ticket.state.state.name}} diff --git a/modules/ticket/front/descriptor/addStowaway.js b/modules/ticket/front/descriptor/addStowaway.js index ad6750fdf1..0f34577da5 100644 --- a/modules/ticket/front/descriptor/addStowaway.js +++ b/modules/ticket/front/descriptor/addStowaway.js @@ -1,4 +1,5 @@ import ngModule from '../module'; +import './style.scss'; class Controller { constructor($stateParams, $, $http, vnApp, $translate) { diff --git a/modules/ticket/front/descriptor/index.html b/modules/ticket/front/descriptor/index.html index 88d510e069..fa72f98547 100644 --- a/modules/ticket/front/descriptor/index.html +++ b/modules/ticket/front/descriptor/index.html @@ -115,7 +115,7 @@ -
+
In which day you want to add the ticket?
@@ -162,7 +162,9 @@ card-reload="$ctrl.cardReload()" ticket="$ctrl.ticket"> - + + div { padding: 0 !important; }