git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3291 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
c1adfdb967
commit
d87bb5dc3c
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ class BookingController extends Controller
|
||||||
$this->get('mailer')->send(\Swift_Message::newInstance()
|
$this->get('mailer')->send(\Swift_Message::newInstance()
|
||||||
->setSubject('BUCHUNG: '. $travelProgram->getTitle() .'('. $travelDate->getName() .')')
|
->setSubject('BUCHUNG: '. $travelProgram->getTitle() .'('. $travelDate->getName() .')')
|
||||||
->setFrom('stern@stern-tours.de', 'STERN TOURS')
|
->setFrom('stern@stern-tours.de', 'STERN TOURS')
|
||||||
->setTo('sternt@stern-tours.de')
|
->setTo('stern@stern-tours.de')
|
||||||
->setBody(
|
->setBody(
|
||||||
$this->renderView('default/email/bookingServiceEmail.txt.twig', [
|
$this->renderView('default/email/bookingServiceEmail.txt.twig', [
|
||||||
'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..').DIRECTORY_SEPARATOR,
|
'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..').DIRECTORY_SEPARATOR,
|
||||||
|
|
|
||||||
|
|
@ -790,7 +790,7 @@ a,
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 140px;
|
top: 140px;
|
||||||
background-color: #1a457c;
|
background-color: #648859;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 4px 6px 4px 12px;
|
padding: 4px 6px 4px 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue