From 922ae5c848cf5a0fb13d6ee7564850b1727c6711 Mon Sep 17 00:00:00 2001 From: Dani Herrero Date: Thu, 21 Sep 2017 10:23:51 +0200 Subject: [PATCH 1/2] billing data with acls --- .../client/src/billing-data/billing-data.html | 23 ++++++++++--------- client/core/src/directives/acl.js | 13 +++++++---- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/client/client/src/billing-data/billing-data.html b/client/client/src/billing-data/billing-data.html index fe1ed20845..47f9826962 100644 --- a/client/client/src/billing-data/billing-data.html +++ b/client/client/src/billing-data/billing-data.html @@ -11,23 +11,24 @@ Billing information - - + + - - - + + + - - + + @@ -35,14 +36,14 @@ Documentación - - - + + + - + { + input.setAttribute("disabled", "true"); + }); + $element[0].querySelectorAll('i, vn-drop-down').forEach(i => { + i.parentNode.removeChild(i); + }); } } else { $element.remove(); @@ -25,6 +30,6 @@ function vnAcl(aclService, $compile) { } }; } -vnAcl.$inject = ['aclService', '$compile']; +vnAcl.$inject = ['aclService', '$timeout']; module.directive('vnAcl', vnAcl); From f7167218368849d6ee3e065275eb9c46d354b9d1 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 21 Sep 2017 10:26:46 +0200 Subject: [PATCH 2/2] info tag for emails updated and html and es.json files addapted. --- client/client/src/basic-data/basic-data.html | 2 +- client/client/src/basic-data/locale/es.json | 3 ++- client/client/src/create/create.html | 2 +- client/client/src/create/locale/es.json | 3 ++- client/core/src/tooltip/style.css | 6 +++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/client/client/src/basic-data/basic-data.html b/client/client/src/basic-data/basic-data.html index 2ba2c294ae..e82ade4f65 100644 --- a/client/client/src/basic-data/basic-data.html +++ b/client/client/src/basic-data/basic-data.html @@ -20,7 +20,7 @@ - + - + diff --git a/client/client/src/create/locale/es.json b/client/client/src/create/locale/es.json index 456e382cc2..aefe3ac376 100644 --- a/client/client/src/create/locale/es.json +++ b/client/client/src/create/locale/es.json @@ -5,5 +5,6 @@ "User name": "Nombre de usuario", "Email": "Correo electrónico", "Create and edit": "Crear y editar", - "Create": "Crear" + "Create": "Crear", + "You can save multiple emails by chaining them using comma without spaces, example: user@domain.com,user2@domain.com the first email will be considered as the main": "Puede guardar varios correos electrónicos encadenándolos mediante comas sin espacios, ejemplo: user@dominio.com,user2@dominio.com siendo el primer correo electrónico el principal" } \ No newline at end of file diff --git a/client/core/src/tooltip/style.css b/client/core/src/tooltip/style.css index 9d27976c04..82c1bd43f8 100644 --- a/client/core/src/tooltip/style.css +++ b/client/core/src/tooltip/style.css @@ -5,7 +5,7 @@ display: none; position: fixed; background-color: #fff; - padding: 15px; + padding: 20px; color: #424242; z-index: 999; border: 1px solid #A7A7A7; @@ -23,7 +23,7 @@ } .tooltip-text{ - max-width: 250px; + max-width: 320px; } .tooltip-down .tooltip-arrow { @@ -60,4 +60,4 @@ border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #A7A7A7; -} \ No newline at end of file +}