- changed default for delete emails after retrieval in getmail form to no and added a info text.
| | |
| | | 'source_delete' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'CHECKBOX', |
| | | 'default' => 'y', |
| | | 'default' => 'n', |
| | | 'value' => array(0 => 'n', 1 => 'y') |
| | | ), |
| | | 'source_read_all' => array ( |
| | |
| | | $wb['source_username_txt'] = 'Benutzername'; |
| | | $wb['source_password_txt'] = 'Passwort'; |
| | | $wb['source_delete_txt'] = 'E-Mails nach Empfang löschen'; |
| | | $wb["source_delete_note_txt"] = 'Bitte prüfen Sie erst, ob das Abholen funktioniert, bevor Sie diese Option aktivieren.'; |
| | | $wb['destination_txt'] = 'Ziel'; |
| | | $wb['active_txt'] = 'Aktiv'; |
| | | $wb['limit_fetchmail_txt'] = 'Die maximale Anzahl an Sammelkonto Einträgen für Ihr Konto wurde erreicht.'; |
| | |
| | | $wb["source_username_txt"] = 'Username'; |
| | | $wb["source_password_txt"] = 'Password'; |
| | | $wb["source_delete_txt"] = 'Delete emails after retrieval'; |
| | | $wb["source_delete_note_txt"] = 'Please check first if email retrieval works, before you activate this option.'; |
| | | $wb["source_read_all_txt"] = 'Retrieve all emails (incl. read mails)'; |
| | | $wb["destination_txt"] = 'Destination'; |
| | | $wb["active_txt"] = 'Active'; |
| | |
| | | <div class="ctrlHolder"> |
| | | <p class="label">{tmpl_var name='source_delete_txt'}</p> |
| | | <div class="multiField"> |
| | | {tmpl_var name='source_delete'} |
| | | {tmpl_var name='source_delete'} {tmpl_var name="source_delete_note_txt"} |
| | | </div> |
| | | </div> |
| | | <div class="ctrlHolder"> |