From d87bb5dc3cb389cd5870a7de537be42a7604e51b Mon Sep 17 00:00:00 2001 From: uli Date: Tue, 14 Feb 2017 13:15:28 +0000 Subject: [PATCH] git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3291 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- trunk/src/AppBundle/Controller/BookingController.php | 2 +- trunk/src/AppBundle/Resources/public/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/AppBundle/Controller/BookingController.php b/trunk/src/AppBundle/Controller/BookingController.php index 1595ee2d..f01c557c 100644 --- a/trunk/src/AppBundle/Controller/BookingController.php +++ b/trunk/src/AppBundle/Controller/BookingController.php @@ -114,7 +114,7 @@ class BookingController extends Controller $this->get('mailer')->send(\Swift_Message::newInstance() ->setSubject('BUCHUNG: '. $travelProgram->getTitle() .'('. $travelDate->getName() .')') ->setFrom('stern@stern-tours.de', 'STERN TOURS') - ->setTo('sternt@stern-tours.de') + ->setTo('stern@stern-tours.de') ->setBody( $this->renderView('default/email/bookingServiceEmail.txt.twig', [ 'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..').DIRECTORY_SEPARATOR, diff --git a/trunk/src/AppBundle/Resources/public/css/custom.css b/trunk/src/AppBundle/Resources/public/css/custom.css index da0db99f..28636559 100644 --- a/trunk/src/AppBundle/Resources/public/css/custom.css +++ b/trunk/src/AppBundle/Resources/public/css/custom.css @@ -790,7 +790,7 @@ a, z-index: 10; left: 0; top: 140px; - background-color: #1a457c; + background-color: #648859; color: #fff; padding: 4px 6px 4px 12px; font-weight: bold;