Removed email_smtp_password_description
parent
ce5485bc27
commit
14facdd35f
|
@ -293,7 +293,6 @@ $sm_lang = array(
|
|||
'email_smtp_security_none' => 'None',
|
||||
'email_smtp_username' => 'SMTP username',
|
||||
'email_smtp_password' => 'SMTP password',
|
||||
//'email_smtp_password_description' => '',
|
||||
'email_smtp_noauth' => 'Leave blank for no authentication',
|
||||
'sms_status' => 'Allow sending text messages',
|
||||
'sms_gateway' => 'Gateway to use for sending messages',
|
||||
|
|
|
@ -429,7 +429,6 @@ class ConfigController extends AbstractController
|
|||
'label_email_smtp_security' => psm_get_lang('config', 'email_smtp_security'),
|
||||
'label_email_smtp_username' => psm_get_lang('config', 'email_smtp_username'),
|
||||
'label_email_smtp_password' => psm_get_lang('config', 'email_smtp_password'),
|
||||
'label_email_smtp_password_description' => psm_get_lang('config', 'email_smtp_password_description'),
|
||||
'label_email_smtp_noauth' => psm_get_lang('config', 'email_smtp_noauth'),
|
||||
'label_sms_status' => psm_get_lang('config', 'sms_status'),
|
||||
'label_sms_gateway' => psm_get_lang('config', 'sms_gateway'),
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
<!-- email user -->
|
||||
{{ macro.input_field("text", "email_smtp_username", null, "email_smtp_username", label_email_smtp_username, email_smtp_username, label_email_smtp_username, "255") }}
|
||||
<!-- email password -->
|
||||
{{ macro.input_field("password", "email_smtp_password", null, "email_smtp_password", label_email_smtp_password, email_smtp_password, label_leave_blank, "255", 'email_smtp_password_help', label_email_smtp_password_description, null, true) }}
|
||||
{{ macro.input_field("password", "email_smtp_password", null, "email_smtp_password", label_email_smtp_password, email_smtp_password, label_leave_blank, "255", null, null, null, true) }}
|
||||
{{ macro.button_test("testEmail", label_test) }}
|
||||
{{ macro.input_hidden("test_email", "0") }}
|
||||
{{ macro.button_save("email_submit", label_save) }}
|
||||
|
|
Loading…
Reference in New Issue