Rejigg SMTP fields
This commit is contained in:
parent
275463996e
commit
6f029426ff
|
|
@ -37,6 +37,25 @@ tabs:
|
|||
field: send_mode
|
||||
condition: value[smtp]
|
||||
|
||||
smtp_port:
|
||||
label: system::lang.mail.smtp_port
|
||||
tab: system::lang.mail.general
|
||||
span: auto
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[smtp]
|
||||
|
||||
smtp_encryption:
|
||||
type: dropdown
|
||||
label: system::lang.mail.smtp_encryption
|
||||
tab: system::lang.mail.general
|
||||
span: auto
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[smtp]
|
||||
|
||||
smtp_authorization:
|
||||
type: checkbox
|
||||
label: system::lang.mail.smtp_authorization
|
||||
|
|
@ -65,24 +84,6 @@ tabs:
|
|||
field: send_mode
|
||||
condition: value[smtp]
|
||||
|
||||
smtp_port:
|
||||
label: system::lang.mail.smtp_port
|
||||
tab: system::lang.mail.general
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[smtp]
|
||||
|
||||
smtp_encryption:
|
||||
type: dropdown
|
||||
label: system::lang.mail.smtp_encryption
|
||||
tab: system::lang.mail.general
|
||||
span: left
|
||||
trigger:
|
||||
action: show
|
||||
field: send_mode
|
||||
condition: value[smtp]
|
||||
|
||||
sendmail_path:
|
||||
label: system::lang.mail.sendmail_path
|
||||
commentAbove: system::lang.mail.sendmail_path_comment
|
||||
|
|
|
|||
Loading…
Reference in New Issue