Missing templates added
authorRoland Häder <roland@mxchange.org>
Thu, 14 Jul 2011 13:07:41 +0000 (13:07 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 14 Jul 2011 13:07:41 +0000 (13:07 +0000)
.gitattributes
inc/language/de.php
templates/de/html/admin/admin_links_deleted_pool_mail.tpl [new file with mode: 0644]
templates/de/html/admin/admin_links_send_pool_mail.tpl [new file with mode: 0644]

index f815fc800af3f22646b7ebe02b39fbd0c5a766b9..850311d11a25e2f46d97e0b254bccfb87e98e53c 100644 (file)
@@ -1221,6 +1221,8 @@ templates/de/html/admin/admin_import_theme_form.tpl svneol=native#text/plain
 templates/de/html/admin/admin_import_theme_none.tpl svneol=native#text/plain
 templates/de/html/admin/admin_import_theme_row.tpl svneol=native#text/plain
 templates/de/html/admin/admin_links_bonus_mail.tpl svneol=native#text/plain
+templates/de/html/admin/admin_links_deleted_pool_mail.tpl svneol=native#text/plain
+templates/de/html/admin/admin_links_send_pool_mail.tpl svneol=native#text/plain
 templates/de/html/admin/admin_list_admins.tpl svneol=native#text/plain
 templates/de/html/admin/admin_list_admins_acls.tpl svneol=native#text/plain
 templates/de/html/admin/admin_list_admins_acls_row.tpl svneol=native#text/plain
index f1bd5228b967953c8aaae62064d9e66e7a89af31..57b479d7f1da1e644e1e4a3353daca70dc08d88e 100644 (file)
@@ -568,6 +568,9 @@ addMessages(array(
        'ADMIN_TOTAL_LINKS_LEFT' => "Es m&uuml;ssen noch <span class=\"data\">%s</span> Mails von diesem Mitglied best&auml;tigt werden.",
        'ADMIN_DELETE_UNCONFIRMED_LINKS' => "Alle unbest&auml;tigten Mails l&ouml;schen",
        'ADMIN_LINKS_DELETED' => "Links f&uuml;r unbest&auml;tigte Mails wurden gel&ouml;scht.",
+       'ADMIN_LINKS_POOL_MAIL_TITLE' => "Klick-Mail <span class=\"data\">%s</span>:",
+       'ADMIN_LINKS_DELETED_POOL_MAIL_TITLE' => "Gel&ouml;schte Klick-Mail <span class=\"data\">%s</span>:",
+       'ADMIN_LINKS_DELETED_POOL_MAIL_NOTE' => "An gel&ouml;schten Klick-Mails k&ouml;nnen keine Aktionen mehr ausgef&uuml;hrt werden.",
        'ADMIN_DELETE_LINK_SUBJECT' => "Ihr unbest&auml;tigen Mails wurden gel&ouml;scht.",
        'TODAY' => "Heute",
        'MEMBER_PROFILE_LOCKED' => "Sie k&ouml;nnen Ihren Account erst am <span class=\"data\">%s</span> wieder &auml;ndern.",
diff --git a/templates/de/html/admin/admin_links_deleted_pool_mail.tpl b/templates/de/html/admin/admin_links_deleted_pool_mail.tpl
new file mode 100644 (file)
index 0000000..ebc180d
--- /dev/null
@@ -0,0 +1,8 @@
+<div align="center">
+       <div>
+               <strong>{%message,ADMIN_LINKS_DELETED_POOL_MAIL_TITLE=$content[id]%}</strong>
+       </div>
+       <div>
+               <em>{--ADMIN_LINKS_DELETED_POOL_MAIL_NOTE--}</em>
+       </div>
+</div>
diff --git a/templates/de/html/admin/admin_links_send_pool_mail.tpl b/templates/de/html/admin/admin_links_send_pool_mail.tpl
new file mode 100644 (file)
index 0000000..05d4f4b
--- /dev/null
@@ -0,0 +1,10 @@
+<div align="center">
+       <div>
+               <strong>{%message,ADMIN_LINKS_POOL_MAIL_TITLE=$content[id]%}</strong>
+       </div>
+       <div>
+               [<a
+                href="{%url=modules.php?module=admin&amp;what=edit_emails&amp;mid=$content[id]%}">{--ADMIN_EDIT_POOL_MAIL_LINK--}</a>|<a
+                href="{%url=modules.php?module=admin&amp;what=del_email&amp;mid=$content[id]%}">{--ADMIN_DELETE_POOL_MAIL_LINK--}</a>]
+       </div>
+</div>