Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
a246ffd7
Commit
a246ffd7
authored
Apr 09, 2014
by
Till Brehm
Browse files
- changed default for delete emails after retrieval in getmail form to no and added a info text.
parent
79bd40ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/form/mail_get.tform.php
View file @
a246ffd7
...
...
@@ -129,7 +129,7 @@ $form["tabs"]['mailget'] = array (
'source_delete'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'
y
'
,
'default'
=>
'
n
'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'source_read_all'
=>
array
(
...
...
interface/web/mail/lib/lang/de_mail_get.lng
View file @
a246ffd7
...
...
@@ -5,6 +5,7 @@ $wb['source_server_txt'] = 'POP3/IMAP Server';
$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.'
;
...
...
interface/web/mail/lib/lang/en_mail_get.lng
View file @
a246ffd7
...
...
@@ -5,6 +5,7 @@ $wb["source_server_txt"] = 'Pop3/Imap Server';
$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'
;
...
...
interface/web/mail/templates/mail_get_edit.htm
View file @
a246ffd7
...
...
@@ -26,7 +26,7 @@
<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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment