Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
19a3b564
Commit
19a3b564
authored
May 04, 2018
by
Stefan Busemann
Browse files
[TASK] Adapt femanager config, change mail templates
parent
0f4a2f05
Pipeline
#4371
passed with stages
in 8 minutes and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Configuration/TypoScript/femanager.txt
View file @
19a3b564
...
...
@@ -89,3 +89,20 @@ config.tx_extbase{
}
page.includeJSFooter.femanagerValidation >
module.tx_femanager.view {
templateRootPaths {
1 = EXT:femanager/Resources/Private/Templates/
3 = EXT:t3omy/Resources/Private/Templates/Femanager/
}
partialRootPaths {
1 = EXT:femanager/Resources/Private/Partials/
3 = EXT:t3omy/Resources/Private/Partials/Femanager/
}
layoutRootPaths {
1 = EXT:femanager/Resources/Private/Layouts/
3 = EXT:t3omy/Resources/Private/Layouts/Femanager/
}
}
html/typo3conf/ext/t3omy/Resources/Private/Layouts/Femanager/Email.html
0 → 100644
View file @
19a3b564
<f:render
section=
"main"
/>
\ No newline at end of file
html/typo3conf/ext/t3omy/Resources/Private/Templates/Femanager/Email/CreateUserNotify.html
View file @
19a3b564
<f:layout
name=
"Email"
/>
<f:section
name=
"main"
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
...
...
@@ -5,7 +8,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
TYPO3 - Create User Second Confirmation - TEMPLATE
</title>
<f:render
partial=
"
Femanager/
Email/Style"
/>
<f:render
partial=
"Email/Style"
/>
</head>
<body
style=
"width:100%; margin:0; padding:0; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;"
>
...
...
@@ -29,7 +32,7 @@
<td
valign=
"top"
align=
"center"
>
<!-- logo -->
<a
href=
"#link"
target=
"_blank"
style=
"text-decoration: none; border: none;"
><img
alt=
"TYPO3"
style=
"border:none;text-align:center;-ms-interpolation-mode:bicubic;clear:both;display:inline-block;max-width:200px;outline:0;text-decoration:none;width:200px;height:56px;"
width=
"200"
height=
"56"
src=
"
{f:uri.resource(path:'Images/Mails/logo.png', absolute:1,extensionName:'t3omy')}
"
></a>
<a
href=
"#link"
target=
"_blank"
style=
"text-decoration: none; border: none;"
><img
alt=
"TYPO3"
style=
"border:none;text-align:center;-ms-interpolation-mode:bicubic;clear:both;display:inline-block;max-width:200px;outline:0;text-decoration:none;width:200px;height:56px;"
width=
"200"
height=
"56"
src=
"
https://my.typo3.org/typo3conf/ext/t3omy/Resources/Public/Images/Mails/logo.png
"
></a>
<!-- / logo -->
</td>
...
...
@@ -93,7 +96,7 @@
<!-- / space -->
<!-- icon -->
<img
alt=
"User Confirmation"
style=
"border:none;text-align:center;-ms-interpolation-mode:bicubic;clear:both;display:inline-block;max-width:75px;outline:0;text-decoration:none;width:75px;height:75px;"
width=
"75"
height=
"75"
src=
"
{f:uri.resource(path:'
Images/Mails/Mail2-Account-activated.png
', absolute:1,extensionName:'t3omy')}
"
>
<img
alt=
"User Confirmation"
style=
"border:none;text-align:center;-ms-interpolation-mode:bicubic;clear:both;display:inline-block;max-width:75px;outline:0;text-decoration:none;width:75px;height:75px;"
width=
"75"
height=
"75"
src=
"
https://my.typo3.org/typo3conf/ext/t3omy/Resources/Public/
Images/Mails/Mail2-Account-activated.png"
>
<!-- / icon -->
<!-- space -->
...
...
@@ -175,7 +178,7 @@
<!-- button -->
<table
class=
"button-wrapper"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
align=
"center"
style=
"margin:auto;"
>
<tr>
<td
class=
"button"
width=
"235"
align=
"center"
bgcolor=
"#ff8700"
style=
"padding: 8px 16px 8px 16px; border-radius:0px; text-align:center;"
><a
href=
"https://
www.
typo3.org/community/values/code-of-conduct/"
target=
"_blank"
style=
"font-size: 14px; font-family:'Source Sans Pro', 'Helvetica', 'Arial', sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; display: inline-block; text-align: center"
>
Please read our code of conduct
</a></td>
<td
class=
"button"
width=
"235"
align=
"center"
bgcolor=
"#ff8700"
style=
"padding: 8px 16px 8px 16px; border-radius:0px; text-align:center;"
><a
href=
"https://typo3.org/community/values/code-of-conduct/"
target=
"_blank"
style=
"font-size: 14px; font-family:'Source Sans Pro', 'Helvetica', 'Arial', sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; display: inline-block; text-align: center"
>
Please read our code of conduct
</a></td>
</tr>
</table>
<!-- / button -->
...
...
@@ -222,7 +225,7 @@
</p>
<br>
<f:render
partial=
"
Femanager/
Email/Adress"
/>
<f:render
partial=
"Email/Adress"
/>
<!-- //////////// -->
</td>
...
...
@@ -231,8 +234,6 @@
</table>
<!-- / inner content -->
<f:render
partial=
"Femanager/Email/Footer"
/>
<!-- space -->
<table
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
align=
"center"
style=
"border-collapse:collapse;border-spacing:0;padding:0;text-align:center;vertical-align:top;width:100%;background-color:transparent;"
>
<tbody>
...
...
@@ -322,3 +323,4 @@
</body>
</html>
</f:section>
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