Pārlūkot izejas kodu

add forward section

andre 1 gadu atpakaļ
vecāks
revīzija
0bc6d72096

+ 1 - 1
app/UI/Client/EmailAccount/Sections/EditForwardSection.php

@@ -26,7 +26,7 @@ class EditForwardSection extends FreeFieldsSection
     public function initContent()
     {
 
-        $this->generateDoubleSection([new Checkbox('Weiterleitung'), new Text('Ziel')]);
+        $this->generateDoubleSection([new Checkbox('active'), new Text('target')]);
 
     }
 

+ 3 - 1
langs/german.php

@@ -380,7 +380,7 @@ $_LANG['ressourceHasBeenDeleted'] = 'Die Ressource wurde erfolgreich gelöscht';
 
 $_LANG['addonCA']['emailAccount']['editAccountModal']['editGeneralSection'] = 'Allgemein';
 $_LANG['addonCA']['emailAccount']['editAccountModal']['editAdditionalSection'] = 'Zusätzliche Informationen';
-$_LANG['addonCA']['emailAccount']['editAccountModal']['editForwardSection'] = 'Weierleitung';
+$_LANG['addonCA']['emailAccount']['editAccountModal']['editForwardSection'] = 'Weiterleitung';
 $_LANG['addonCA']['emailAccount']['editAccountModal']['modal']['editAccountModal'] = 'Account bearbeiten';
 $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['generated_row_section_0']['generated_0_0']['firstname']['firstname'] = 'Vorname';
 $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['generated_row_section_0']['generated_0_1']['lastname']['lastname'] = 'Nachname';
@@ -399,6 +399,8 @@ $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['g
 $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_1']['generated_1_1']['office']['office'] = 'Büro';
 $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_2']['generated_2_0']['work_phone']['work_phone'] = 'Telefon';
 $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_2']['generated_2_1']['mobile_phone']['mobile_phone'] = 'Mobil';
+$_LANG['addonCA']['emailAccount']['editAccountForm']['editForwardSection']['generated_row_section_0']['generated_0_0']['active']['active'] = 'Weiterleitung aktiv';
+$_LANG['addonCA']['emailAccount']['editAccountForm']['editForwardSection']['generated_row_section_0']['generated_0_1']['target']['target'] = 'Weiterleitung an';
 $_LANG['addonCA']['emailAccount']['editAccountModal']['baseAcceptButton']['title'] = 'Bestätigen';
 $_LANG['addonCA']['emailAccount']['editAccountModal']['baseCancelButton']['title'] = 'Abbrechen';