mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
phrasen & change email template name to under 32 characters long
This commit is contained in:
@@ -639,7 +639,7 @@ class Lehre extends FHCAPI_Controller
|
|||||||
$email = $data[0]->uid."@".DOMAIN;
|
$email = $data[0]->uid."@".DOMAIN;
|
||||||
|
|
||||||
sendSanchoMail(
|
sendSanchoMail(
|
||||||
'neuerTerminBachelorMasterbetreuung',
|
'neuerAbgabetermin',
|
||||||
$body_fields,
|
$body_fields,
|
||||||
$email,
|
$email,
|
||||||
$this->p->t('abgabetool', 'neuerTerminBachelorMasterbetreuung')
|
$this->p->t('abgabetool', 'neuerTerminBachelorMasterbetreuung')
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ export const AbgabetoolMitarbeiter = {
|
|||||||
dialogClass="modal-lg">
|
dialogClass="modal-lg">
|
||||||
<template v-slot:title>
|
<template v-slot:title>
|
||||||
<div>
|
<div>
|
||||||
{{ $p.t('abgabetool/addSeries') }}
|
{{ $p.t('abgabetool/neueTerminserie') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:default>
|
<template v-slot:default>
|
||||||
@@ -422,7 +422,7 @@ export const AbgabetoolMitarbeiter = {
|
|||||||
|
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:footer>
|
<template v-slot:footer>
|
||||||
<button type="button" class="btn btn-primary" @click="addSeries">{{ $p.t('global/save') }}</button>
|
<button type="button" class="btn btn-primary" @click="addSeries">{{ $p.t('global/speichern') }}</button>
|
||||||
</template>
|
</template>
|
||||||
</bs-modal>
|
</bs-modal>
|
||||||
|
|
||||||
|
|||||||
@@ -37939,6 +37939,46 @@ array(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'app' => 'core',
|
||||||
|
'category' => 'abgabetool',
|
||||||
|
'phrase' => 'serienTerminGespeichert',
|
||||||
|
'insertvon' => 'system',
|
||||||
|
'phrases' => array(
|
||||||
|
array(
|
||||||
|
'sprache' => 'German',
|
||||||
|
'text' => "Serientermin wurde erfolgreich eingetragen!",
|
||||||
|
'description' => '',
|
||||||
|
'insertvon' => 'system'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'sprache' => 'English',
|
||||||
|
'text' => "Series dates were successfully entered!",
|
||||||
|
'description' => '',
|
||||||
|
'insertvon' => 'system'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'app' => 'core',
|
||||||
|
'category' => 'abgabetool',
|
||||||
|
'phrase' => 'errorSerienterminSpeichern',
|
||||||
|
'insertvon' => 'system',
|
||||||
|
'phrases' => array(
|
||||||
|
array(
|
||||||
|
'sprache' => 'German',
|
||||||
|
'text' => "Fehler beim speichern des Serientermins!",
|
||||||
|
'description' => '',
|
||||||
|
'insertvon' => 'system'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'sprache' => 'English',
|
||||||
|
'text' => "Error saving Series dates!",
|
||||||
|
'description' => '',
|
||||||
|
'insertvon' => 'system'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'app' => 'core',
|
'app' => 'core',
|
||||||
'category' => 'abgabetool',
|
'category' => 'abgabetool',
|
||||||
|
|||||||
Reference in New Issue
Block a user