ソースを参照

add forward section

andre 1 年間 前
コミット
bd2c9e5dfa

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

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

+ 1 - 1
langs/german.php

@@ -400,7 +400,7 @@ $_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_0']['forward']['forward'] = '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';