Skip to content

Commit

Permalink
Version 1.1.1, Add: 'template/email/admin_new_user_notification.html'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaWoScha committed Aug 11, 2019
1 parent 3c351bc commit ce8d7d3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/community/German/LocalePackDe/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<config>
<modules>
<German_LocalePackDe>
<version>1.1.0</version>
<version>1.1.1</version>
<locale>de_DE</locale>
<title>German (Germany) Language Pack</title>
<link_git>https://github.com/riconeitzel/German_LocalePack_de_DE</link_git>
Expand Down
25 changes: 25 additions & 0 deletions app/locale/de_DE/template/email/admin_new_user_notification.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--@subject Neues Admin-Konto {{var user.name}} erstellt. @-->
<!--@vars
{"store url=\"\"":"Store Url",
"var logo_url":"Email Logo Image Url",
"var logo_alt":"Email Logo Image Alt",
"htmlescape var=$user.name":"New Admin Name",
@-->

<!--@styles
@-->

{{template config_path="design/email/header"}}
{{inlinecss file="email-inline.css"}}

<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="action-content">
<h1>Benachrichtigung über ein neues Admin-Konto.</h1>
<p>Für <b>{{htmlescape var=$user.name}}</b> wurde ein neues Admin-Konto erstellt unter der Verwendung folgender E-Mail-Adresse: {{htmlescape var=$user.email}}.</p>
<p>Wenn Sie diese Aktion nicht angefordert haben, lesen Sie bitte die Liste der Administrator-Konten <a href="{{store url=""}}">Ihrem store</a>.</p>
</td>
</tr>
</table>

{{template config_path="design/email/footer"}}
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
["app/locale/de_DE/template/email/account_new_confirmed.html", "app/locale/de_DE/template/email/account_new_confirmed.html"],
["app/locale/de_DE/template/email/account_new.html", "app/locale/de_DE/template/email/account_new.html"],
["app/locale/de_DE/template/email/account_password_reset_confirmation.html", "app/locale/de_DE/template/email/account_password_reset_confirmation.html"],
["app/locale/de_DE/template/email/admin_new_user_notification.html", "app/locale/de_DE/template/email/admin_new_user_notification.html"],
["app/locale/de_DE/template/email/admin_password_new.html", "app/locale/de_DE/template/email/admin_password_new.html"],
["app/locale/de_DE/template/email/admin_password_reset_confirmation.html", "app/locale/de_DE/template/email/admin_password_reset_confirmation.html"],
["app/locale/de_DE/template/email/amazonpayments_asp_notification_error.html", "app/locale/de_DE/template/email/amazonpayments_asp_notification_error.html"],
Expand Down
1 change: 1 addition & 0 deletions modman
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ app/locale/de_DE/template/email/account_new_confirmation.html app/locale/de_DE/t
app/locale/de_DE/template/email/account_new_confirmed.html app/locale/de_DE/template/email/account_new_confirmed.html
app/locale/de_DE/template/email/account_new.html app/locale/de_DE/template/email/account_new.html
app/locale/de_DE/template/email/account_password_reset_confirmation.html app/locale/de_DE/template/email/account_password_reset_confirmation.html
app/locale/de_DE/template/email/admin_new_user_notification.html app/locale/de_DE/template/email/admin_new_user_notification.html
app/locale/de_DE/template/email/admin_password_new.html app/locale/de_DE/template/email/admin_password_new.html
app/locale/de_DE/template/email/admin_password_reset_confirmation.html app/locale/de_DE/template/email/admin_password_reset_confirmation.html
app/locale/de_DE/template/email/amazonpayments_asp_notification_error.html app/locale/de_DE/template/email/amazonpayments_asp_notification_error.html
Expand Down
2 changes: 1 addition & 1 deletion var/connect/German_LocalePack_de_DE.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ German language pack for Magento Commerce
Paquete de idioma alemán para Magento Commerce</description>
<license>OSL</license>
<license_uri>http://opensource.org/licenses/osl-3.0.php</license_uri>
<version>1.1.0</version>
<version>1.1.1</version>
<stability>stable</stability>
<notes>Compatible with Magento (1.6.2) 1.7.0.x-1.9.4.x</notes>
<authors>
Expand Down

0 comments on commit ce8d7d3

Please sign in to comment.