added more rows to sms textarea
gitea/salix/1975-delivery_note_tags There was a failure building this commit
Details
gitea/salix/1975-delivery_note_tags There was a failure building this commit
Details
This commit is contained in:
parent
44c611db5b
commit
5cf8328476
|
@ -2,22 +2,24 @@
|
||||||
vn-id="SMSDialog"
|
vn-id="SMSDialog"
|
||||||
on-response="$ctrl.onResponse($response)">
|
on-response="$ctrl.onResponse($response)">
|
||||||
<tpl-body>
|
<tpl-body>
|
||||||
<h5 class="vn-py-sm" translate>Send SMS</h5>
|
<section class="SMSDialog">
|
||||||
<vn-horizontal>
|
<h5 class="vn-py-sm" translate>Send SMS</h5>
|
||||||
<vn-textfield
|
<vn-horizontal>
|
||||||
vn-one
|
<vn-textfield
|
||||||
label="Destination"
|
vn-one
|
||||||
ng-model="$ctrl.sms.destination">
|
label="Destination"
|
||||||
</vn-textfield>
|
ng-model="$ctrl.sms.destination">
|
||||||
</vn-horizontal>
|
</vn-textfield>
|
||||||
<vn-horizontal >
|
</vn-horizontal>
|
||||||
<vn-textarea
|
<vn-horizontal >
|
||||||
vn-one
|
<vn-textarea vn-one
|
||||||
label="Message"
|
label="Message"
|
||||||
ng-model="$ctrl.sms.message"
|
ng-model="$ctrl.sms.message"
|
||||||
rule>
|
rows="5"
|
||||||
</vn-textarea>
|
rule>
|
||||||
</vn-horizontal>
|
</vn-textarea>
|
||||||
|
</vn-horizontal>
|
||||||
|
</section>
|
||||||
</tpl-body>
|
</tpl-body>
|
||||||
<tpl-buttons>
|
<tpl-buttons>
|
||||||
<input type="button" response="cancel" translate-attr="{value: 'Cancel'}"/>
|
<input type="button" response="cancel" translate-attr="{value: 'Cancel'}"/>
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
@import "variables";
|
@import "variables";
|
||||||
|
|
||||||
vn-client-sms {
|
.SMSDialog {
|
||||||
textarea {
|
min-width: 25em
|
||||||
height: 8em
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -13,9 +13,7 @@ Send Delivery Note: Enviar albarán
|
||||||
Show pallet report: Ver hoja de pallet
|
Show pallet report: Ver hoja de pallet
|
||||||
Change shipped hour: Cambiar hora de envío
|
Change shipped hour: Cambiar hora de envío
|
||||||
Shipped hour: Hora de envío
|
Shipped hour: Hora de envío
|
||||||
SMSPayment: >-
|
SMSPayment: "Verdnatura le comunica:\rSu pedido está pendiente de pago.\rPor favor, entre en la página web y efectue el pago con tarjeta.\rMuchas gracias."
|
||||||
Verdnatura le comunica: Su pedido está pendiente de pago.
|
|
||||||
Por favor, entre en la página web y efectue el pago con tarjeta. Muchas gracias.
|
|
||||||
Ticket invoiced: Ticket facturado
|
Ticket invoiced: Ticket facturado
|
||||||
Make invoice: Crear factura
|
Make invoice: Crear factura
|
||||||
Regenerate invoice: Regenerar factura
|
Regenerate invoice: Regenerar factura
|
||||||
|
|
|
@ -24,9 +24,7 @@ Sales to transfer: Líneas a transferir
|
||||||
Destination ticket: Ticket destinatario
|
Destination ticket: Ticket destinatario
|
||||||
Change ticket state to 'Ok': Cambiar estado del ticket a 'Ok'
|
Change ticket state to 'Ok': Cambiar estado del ticket a 'Ok'
|
||||||
Reserved: Reservado
|
Reserved: Reservado
|
||||||
SMSAvailability: >-
|
SMSAvailability: "Verdnatura le comunica:\rPedido {{ticketFk}} día {{created | date: 'dd/MM/yyyy'}}.\r{{notAvailables}} no disponible/s.\rDisculpe las molestias."
|
||||||
Verdnatura le comunica: Pedido {{ticketFk}} día {{created | date: "dd/MM/yyyy"}}.
|
|
||||||
{{notAvailables}} no disponible/s. Disculpe las molestias.
|
|
||||||
Continue anyway?: ¿Continuar de todas formas?
|
Continue anyway?: ¿Continuar de todas formas?
|
||||||
This ticket is now empty: El ticket ha quedado vacio
|
This ticket is now empty: El ticket ha quedado vacio
|
||||||
Do you want to delete it?: ¿Quieres eliminarlo?
|
Do you want to delete it?: ¿Quieres eliminarlo?
|
||||||
|
|
Loading…
Reference in New Issue