Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
e91dddd1
Commit
e91dddd1
authored
Dec 03, 2014
by
Thomas Müller
Browse files
Merge pull request #12552 from szlwzl/master
adding @ sign between email address and domain name to make syntax clearer
parents
8700ffe6
6d04ca18
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/admin.php
View file @
e91dddd1
...
...
@@ -426,7 +426,7 @@ if ($_['suggestedOverwriteWebroot']) {
<p>
<label
for=
"mail_from_address"
>
<?php
p
(
$l
->
t
(
'From address'
));
?>
</label>
<input
type=
"text"
name=
'mail_from_address'
id=
"mail_from_address"
placeholder=
"
<?php
p
(
$l
->
t
(
'mail'
))
?>
"
value=
'
<?php
p
(
$_
[
'mail_from_address'
])
?>
'
/>
value=
'
<?php
p
(
$_
[
'mail_from_address'
])
?>
'
/>
@
<input
type=
"text"
name=
'mail_domain'
id=
"mail_domain"
placeholder=
"example.com"
value=
'
<?php
p
(
$_
[
'mail_domain'
])
?>
'
/>
</p>
...
...
Write
Preview
Markdown
is supported
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