feat: project and subdomain rename
This commit is contained in:
@@ -25,7 +25,7 @@ texts:
|
|||||||
|
|
||||||
Zusätzliche Absprachen: {specialAgreements}
|
Zusätzliche Absprachen: {specialAgreements}
|
||||||
|
|
||||||
Schau einmal in das My E&P-Team Portal, um die Einsatzdetails einzusehen und deinen Honorarvertrag zu unterschreiben.
|
Schau einmal in das E&P-Team Portal, um die Einsatzdetails einzusehen und deinen Honorarvertrag zu unterschreiben.
|
||||||
|
|
||||||
Mit dem Erhalt dieser E-Mail hast du {contractUploadDeadlineDays} Tage Zeit deinen Einsatz zu bestätigen, indem du den unterschriebenen Vertrag hochlädst. Ist diese Frist vergangen, wird der Einsatz für deine Teamkolleg:innen freigeschaltet.
|
Mit dem Erhalt dieser E-Mail hast du {contractUploadDeadlineDays} Tage Zeit deinen Einsatz zu bestätigen, indem du den unterschriebenen Vertrag hochlädst. Ist diese Frist vergangen, wird der Einsatz für deine Teamkolleg:innen freigeschaltet.
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ texts:
|
|||||||
|
|
||||||
Damit ist für dich alles erledigt - für diesen Einsatz brauchen wir weder einen Honorarvertrag noch eine Honorarnote von dir.
|
Damit ist für dich alles erledigt - für diesen Einsatz brauchen wir weder einen Honorarvertrag noch eine Honorarnote von dir.
|
||||||
|
|
||||||
Schau einmal in das My E&P-Team Portal, um die Einsatzdetails einzusehen.
|
Schau einmal in das E&P-Team Portal, um die Einsatzdetails einzusehen.
|
||||||
|
|
||||||
Schön, dass du dabei bist und ganz viel Spaß in den Bergen! 😊
|
Schön, dass du dabei bist und ganz viel Spaß in den Bergen! 😊
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ texts:
|
|||||||
|
|
||||||
Wir hoffen, dass du ich schon freust und wünschen dir viel Spaß und Erfolg! Finale Infos erhältst du, falls noch nicht geschehen, ein paar Tage vor deinem Einsatz von deinen zuständigen Haus- oder Reisemanager:innen.
|
Wir hoffen, dass du ich schon freust und wünschen dir viel Spaß und Erfolg! Finale Infos erhältst du, falls noch nicht geschehen, ein paar Tage vor deinem Einsatz von deinen zuständigen Haus- oder Reisemanager:innen.
|
||||||
|
|
||||||
Bitte denk daran, deine **ausgefüllte Honorarnote bis zu {invoiceUploadDeadlineDays} Tage nach deinem Einsatz** in My E&P Team hochzuladen.
|
Bitte denk daran, deine **ausgefüllte Honorarnote bis zu {invoiceUploadDeadlineDays} Tage nach deinem Einsatz** in E&P Team hochzuladen.
|
||||||
|
|
||||||
Liebe Grüße,
|
Liebe Grüße,
|
||||||
dein Team Personalabteilung
|
dein Team Personalabteilung
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ zenstruck_schedule:
|
|||||||
service: mailer
|
service: mailer
|
||||||
default_to: [email protected]
|
default_to: [email protected]
|
||||||
default_from: [email protected]
|
default_from: [email protected]
|
||||||
subject_prefix: "[MyE&P-Team]"
|
subject_prefix: "[E&P-Team]"
|
||||||
|
|
||||||
schedule_extensions:
|
schedule_extensions:
|
||||||
email_on_failure:
|
email_on_failure:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ class IcsGenerator
|
|||||||
{
|
{
|
||||||
$assignment = $this->disposition->getAssignment();
|
$assignment = $this->disposition->getAssignment();
|
||||||
|
|
||||||
$calendar = Calendar::create('MyE&P Team');
|
$calendar = Calendar::create('E&P Team');
|
||||||
|
|
||||||
$label = sprintf('E&P: Einteilung als %s', $assignment->getJobProfile()->getName());
|
$label = sprintf('E&P: Einteilung als %s', $assignment->getJobProfile()->getName());
|
||||||
$address = sprintf("%s\n%s", $assignment->getDestination()->getProduct(), $assignment->getDestination()->getHotel());
|
$address = sprintf("%s\n%s", $assignment->getDestination()->getProduct(), $assignment->getDestination()->getHotel());
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>{% block title %}MyE&P Team{% endblock %}</title>
|
<title>{% block title %}E&P Team{% endblock %}</title>
|
||||||
<link rel="icon" href="{{ asset('favicon.ico') }}" sizes="any">
|
<link rel="icon" href="{{ asset('favicon.ico') }}" sizes="any">
|
||||||
<link rel="icon" href="{{ asset('icon.svg') }}" type="image/svg+xml">
|
<link rel="icon" href="{{ asset('icon.svg') }}" type="image/svg+xml">
|
||||||
<link rel="apple-touch-icon" href="{{ asset('apple-touch-icon.png') }}">
|
<link rel="apple-touch-icon" href="{{ asset('apple-touch-icon.png') }}">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
|
<html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>MyE&P Team</title>
|
<title>E&P Team</title>
|
||||||
<!--[if !mso]><!-->
|
<!--[if !mso]><!-->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
@@ -181,8 +181,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="word-spacing:normal;background-color:#666666;">
|
<body style="word-spacing:normal;background-color:#666666;">
|
||||||
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">MyE&P Team</div>
|
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">E&P Team</div>
|
||||||
<div aria-label="MyE&P Team" aria-roledescription="email" style="background-color:#666666;" role="article" lang="und" dir="auto">
|
<div aria-label="E&P Team" aria-roledescription="email" style="background-color:#666666;" role="article" lang="und" dir="auto">
|
||||||
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0;font-size:0;mso-line-height-rule:exactly;"><v:image style="border:0;mso-position-horizontal:center;position:absolute;top:0;width:600px;z-index:-3;" xmlns:v="urn:schemas-microsoft-com:vml" /><![endif]-->
|
<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0;font-size:0;mso-line-height-rule:exactly;"><v:image style="border:0;mso-position-horizontal:center;position:absolute;top:0;width:600px;z-index:-3;" xmlns:v="urn:schemas-microsoft-com:vml" /><![endif]-->
|
||||||
<div style="margin:0 auto;max-width:600px;">
|
<div style="margin:0 auto;max-width:600px;">
|
||||||
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
|
<table border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div class="max-w-screen-2xl mx-auto px-4 lg:px-8 lg:grid lg:grid-cols-4 gap-8 py-8">
|
<div class="max-w-screen-2xl mx-auto px-4 lg:px-8 lg:grid lg:grid-cols-4 gap-8 py-8">
|
||||||
<div class="lg:col-span-4 flex items-center justify-between pb-4 lg:pb-0">
|
<div class="lg:col-span-4 flex items-center justify-between pb-4 lg:pb-0">
|
||||||
<a href="{{ path(app.user ? app.user.defaultRoute : 'app_security_login') }}">
|
<a href="{{ path(app.user ? app.user.defaultRoute : 'app_security_login') }}">
|
||||||
<img class="h-8 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
<img class="h-8 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&P Team">
|
||||||
</a>
|
</a>
|
||||||
{% if app.user %}
|
{% if app.user %}
|
||||||
<div class="flex items-center space-x-4">
|
<div class="flex items-center space-x-4">
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
||||||
<h1 class="flex items-center justify-between mb-6">
|
<h1 class="flex items-center justify-between mb-6">
|
||||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
||||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&P Team</span>
|
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&P Team</span>
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="text-2xl font-bold mb-8">
|
<h2 class="text-2xl font-bold mb-8">
|
||||||
...ist vorübergehend außer Betrieb
|
...ist vorübergehend außer Betrieb
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
|
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
|
||||||
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
||||||
<h1 class="flex items-center justify-between mb-6">
|
<h1 class="flex items-center justify-between mb-6">
|
||||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&P Team">
|
||||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&P Team</span>
|
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&P Team</span>
|
||||||
</h1>
|
</h1>
|
||||||
{% if error %}
|
{% if error %}
|
||||||
<div class="flex items-center space-x-1 bg-red-500 text-white p-2 rounded-md mb-6">
|
<div class="flex items-center space-x-1 bg-red-500 text-white p-2 rounded-md mb-6">
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
|
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
|
||||||
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
<div class="w-full max-w-md p-8 bg-gray-100 border border-gray-200 rounded-md">
|
||||||
<h1 class="flex items-center justify-between mb-6">
|
<h1 class="flex items-center justify-between mb-6">
|
||||||
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&P Team</span>
|
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">E&P Team</span>
|
||||||
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="E&P Team">
|
||||||
</h1>
|
</h1>
|
||||||
{{ form_start(form) }}
|
{{ form_start(form) }}
|
||||||
<div class="mb-6">
|
<div class="mb-6">
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
Kontakt
|
Kontakt
|
||||||
</h1>
|
</h1>
|
||||||
<p class="pb-4">
|
<p class="pb-4">
|
||||||
Hast du allgemeine Fragen zum Team-Sein bei E&P Reisen, zur Benutzung von MyE&P Team, zur Abrechnung
|
Hast du allgemeine Fragen zum Team-Sein bei E&P Reisen, zur Benutzung von E&P Team, zur Abrechnung
|
||||||
oder Ähnlichem? Dann schau mal in den FAQs nach, ob deine Frage dort beantwortet wird.
|
oder Ähnlichem? Dann schau mal in den FAQs nach, ob deine Frage dort beantwortet wird.
|
||||||
</p>
|
</p>
|
||||||
<p class="pb-4">
|
<p class="pb-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user