diff --git a/front/core/components/calendar/index.html b/front/core/components/calendar/index.html index 110be3d78..e505bfad9 100644 --- a/front/core/components/calendar/index.html +++ b/front/core/components/calendar/index.html @@ -10,8 +10,8 @@ - {{$ctrl.defaultDate | dateTime: 'MMMM'}} - {{$ctrl.defaultDate | dateTime: 'yyyy'}} + {{$ctrl.defaultDate | date: 'MMMM'}} + {{$ctrl.defaultDate | date: 'yyyy'}} @@ -23,69 +23,41 @@ - - - - -
- L -
-
- M -
-
- X -
-
- J -
-
- V -
-
- S -
-
- D -
-
- -
- - {{::day.dated | date: 'd'}} - - {{::day.dated | date: 'd'}} -
-
-
- -
+ + + +
+ L +
+
+ M +
+
+ X +
+
+ J +
+
+ V +
+
+ S +
+
+ D +
+
+ +
+ + {{::day.dated | date: 'd'}} + + {{::day.dated | date: 'd'}} +
+
+
\ No newline at end of file diff --git a/loopback/locale/es.json b/loopback/locale/es.json index f8c08591c..a902fc6cf 100644 --- a/loopback/locale/es.json +++ b/loopback/locale/es.json @@ -76,5 +76,6 @@ "You cannot remove this department": "No puedes eliminar este departamento", "The extension must be unique": "La extensión debe ser unica", "The secret can't be blank": "La contraseña no puede estar en blanco", - "EXTENSION_INVALID_FORMAT": "La extensión es invalida" + "EXTENSION_INVALID_FORMAT": "La extensión es invalida", + "We weren't able to send this SMS": "No hemos podido enviar el SMS" } \ No newline at end of file diff --git a/modules/worker/front/calendar/index.js b/modules/worker/front/calendar/index.js index dafa1d24d..55381ae44 100644 --- a/modules/worker/front/calendar/index.js +++ b/modules/worker/front/calendar/index.js @@ -98,6 +98,7 @@ class Controller { now.setDate(1); months[i] = now; + console.log(now); } return months;