diff --git a/trunk/app/Resources/views/default/components/header.html.twig b/trunk/app/Resources/views/default/components/header.html.twig index 0b25b2e0..57759b5e 100644 --- a/trunk/app/Resources/views/default/components/header.html.twig +++ b/trunk/app/Resources/views/default/components/header.html.twig @@ -36,9 +36,7 @@ Kulturreisen
  • - Usedom Ferienwohnungen
  • @@ -82,11 +80,6 @@ Reisemagazin -
  • - -
  • diff --git a/trunk/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig b/trunk/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig index 160a635f..f30354f2 100644 --- a/trunk/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig +++ b/trunk/app/Resources/views/default/pages/cms/calendarLodgingProgram.html.twig @@ -51,6 +51,8 @@ {% elseif dayState.day == 0 %} - + {% elseif cell_class == '' %} + {{ dayState.day }} {% else %} {{ dayState.day }} {% endif %} diff --git a/trunk/src/AppBundle/Resources/public/js/custom.js b/trunk/src/AppBundle/Resources/public/js/custom.js index 92daa0e0..be7346f4 100644 --- a/trunk/src/AppBundle/Resources/public/js/custom.js +++ b/trunk/src/AppBundle/Resources/public/js/custom.js @@ -531,6 +531,7 @@ jQuery(document).ready(function($) { } return [false, '', ''] } + return [true, '', '']; } });