Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
96d9283d
Commit
96d9283d
authored
Apr 29, 2011
by
Francois Marier
Committed by
Gerrit Code Review
Apr 29, 2011
Browse files
Merge "mail/noreplyaddress: Added option in site options to set noreplyaddress"
parents
c532653d
92053f4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/site/options.php
View file @
96d9283d
...
...
@@ -425,6 +425,14 @@ $siteoptionform = array(
),
'help'
=>
true
,
),
'noreplyaddress'
=>
array
(
'type'
=>
'text'
,
'title'
=>
get_string
(
'emailnoreplyaddress'
,
'admin'
),
'description'
=>
get_string
(
'emailnoreplyaddressdescription'
,
'admin'
),
'defaultvalue'
=>
get_config
(
'noreplyaddress'
),
'disabled'
=>
in_array
(
'noreplyaddress'
,
$OVERRIDDEN
),
'help'
=>
true
,
),
),
),
'generalsettings'
=>
array
(
...
...
@@ -541,7 +549,7 @@ function siteoptions_submit(Pieform $form, $values) {
'tagssideblockmaxtags'
,
'country'
,
'viewmicroheaders'
,
'userscanchooseviewthemes'
,
'remoteavatars'
,
'userscanhiderealnames'
,
'antispam'
,
'spamhaus'
,
'surbl'
,
'anonymouscomments'
,
'disableexternalresources'
,
'proxyaddress'
,
'proxyauthmodel'
,
'proxyauthcredentials'
,
'smtphosts'
,
'smtpport'
,
'smtpuser'
,
'smtppass'
,
'smtpsecure'
,
'homepageinfo'
,
'showonlineuserssideblock'
,
'registerterms'
,
'allowmobileuploads'
,
'noreplyaddress'
,
'homepageinfo'
,
'showonlineuserssideblock'
,
'registerterms'
,
'allowmobileuploads'
,
'creategroups'
,
'createpublicgroups'
,
'allowgroupcategories'
,
'wysiwyg'
,
);
$oldlanguage
=
get_config
(
'lang'
);
...
...
htdocs/lang/en.utf8/admin.php
View file @
96d9283d
...
...
@@ -384,6 +384,8 @@ $string['emailsmtpsecure'] = 'SMTP Encryption';
$string
[
'emailsmtpsecuredescription'
]
=
'If the SMTP server supports encryption, enable it here.'
;
$string
[
'emailsmtpsecuressl'
]
=
'SSL'
;
$string
[
'emailsmtpsecuretls'
]
=
'TLS'
;
$string
[
'emailnoreplyaddress'
]
=
'System Mail Address'
;
$string
[
'emailnoreplyaddressdescription'
]
=
'Emails come out as from this address'
;
...
...
htdocs/lang/en.utf8/help/forms/siteoptions.noreplyaddress.html
0 → 100755
View file @
96d9283d
<h3>
System Mail Address
</h3>
<p>
This email address is the address that emails are sent from when using mahara.
</p>
<p>
This field may be disabled if overridden by a setting in your config.php file.
</p>
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