From b9bf92ea550a49129c6aa5abc3d842e4bdd80f66 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 14 Jul 2020 00:27:15 +0200 Subject: [PATCH] Translate log in and log out --- src/calendar.js | 2 +- src/navbar.php | 4 ++-- src/static/style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/calendar.js b/src/calendar.js index 8e65f5f..9b674c5 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -15,7 +15,7 @@ selectHelper: true, - select: function(start, end, allDay) { + select: function(start, end) { $("#dialog-form").dialog({ modal: true, width:450}); var date = $.fullCalendar.formatDate(start, 'YYYY-MM-DD'); $("#fecha").val(date); diff --git a/src/navbar.php b/src/navbar.php index 1bd7ce4..d4489e7 100644 --- a/src/navbar.php +++ b/src/navbar.php @@ -13,9 +13,9 @@
  • Informes
  • -
  • Log out
  • +
  • Cerrar sesión
  • -
  • Login
  • +
  • Iniciar sesión
  • diff --git a/src/static/style.css b/src/static/style.css index b402d12..6734467 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -81,7 +81,7 @@ form { .edit_btn { text-decoration: none; padding: 2px 5px; - background: #2E8B57; + background: #0d841f; color: white; border-radius: 3px; }