export account
parent
d12bac15f6
commit
ac04e7d77c
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: "Arial", sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
table.container {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 20px auto;
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
padding: 20px;
|
||||
}
|
||||
table.content {
|
||||
width: 100%;
|
||||
}
|
||||
h1 {
|
||||
color: #333;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
p {
|
||||
color: #555;
|
||||
margin: 0 0 15px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table class="container" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="content">
|
||||
<h1>%title%</h1>
|
||||
<p>%header%</p>
|
||||
|
||||
<a href="{{.accountExportDownloadUrl}}"
|
||||
>{{.accountExportDownloadUrl}}</a
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -109,6 +109,17 @@
|
|||
"dsgvo": {
|
||||
"de": "Datenschutzerklärung"
|
||||
}
|
||||
},
|
||||
"dashboardUserAccountExportFinish": {
|
||||
"mailSubject": {
|
||||
"de": "Ihr Account export"
|
||||
},
|
||||
"title": {
|
||||
"de": "Ihr Account export"
|
||||
},
|
||||
"header": {
|
||||
"de": "Sie können den Account export über den folgenden Link herunterladen:"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue