Notication mail fix
authorRoland Häder <roland@mxchange.org>
Tue, 7 Oct 2008 00:19:51 +0000 (00:19 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Oct 2008 00:19:51 +0000 (00:19 +0000)
.gitattributes
inc/databases.php
inc/language/bonus_de.php
inc/modules/admin/what-list_notifications.php
templates/de/html/admin/admin_list_notify_emails.tpl [new file with mode: 0644]

index ee4d863368c2afe81d928b66da87af1085471cd0..4fb63045207816d35c7d93fae1c84e5089142051 100644 (file)
@@ -949,6 +949,7 @@ templates/de/html/admin/admin_list_holiday_row.tpl -text
 templates/de/html/admin/admin_list_links.tpl -text
 templates/de/html/admin/admin_list_links_problem.tpl -text
 templates/de/html/admin/admin_list_links_row.tpl -text
 templates/de/html/admin/admin_list_links.tpl -text
 templates/de/html/admin/admin_list_links_problem.tpl -text
 templates/de/html/admin/admin_list_links_row.tpl -text
+templates/de/html/admin/admin_list_notify_emails.tpl -text
 templates/de/html/admin/admin_list_payments.tpl -text
 templates/de/html/admin/admin_list_payouts.tpl -text
 templates/de/html/admin/admin_list_payouts_banner.tpl -text
 templates/de/html/admin/admin_list_payments.tpl -text
 templates/de/html/admin/admin_list_payouts.tpl -text
 templates/de/html/admin/admin_list_payouts_banner.tpl -text
index 4677fe0d9ee8d6e68ab80ec048c14cb6185b9668..05ed13cddd96f595feaca34122fa423175a21421 100644 (file)
@@ -113,7 +113,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "471");
+define('CURR_SVN_REVISION', "472");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index d67ce225e0d4a549ee28f0d1fc29b2f237582b06..3089af5d3e778f5d52ea256b62126cedcc3f2c8f 100644 (file)
@@ -122,6 +122,7 @@ define('ADMIN_BONUS_RALLYE_NOTIFY_POINTS', "Bonus-Mail mit Anzahl {!POINTS!} aus
 define('ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY', "Sollen neue Mitglieder mit selber Mail &uuml;ber eine laufende Bonus-Rallye benachrichtigt werden?");
 define('ADMIN_BONUS_RALLYE_NOTIFY_WAIT', "Wie lange soll die Wartezeit der Bonus-Mail sein?");
 define('ADMIN_BONUS_INCLUDE_OWN', "Soll Ihre Mitglieder-ID an der Aktiv-Rallye dran teilnehmen?");
 define('ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY', "Sollen neue Mitglieder mit selber Mail &uuml;ber eine laufende Bonus-Rallye benachrichtigt werden?");
 define('ADMIN_BONUS_RALLYE_NOTIFY_WAIT', "Wie lange soll die Wartezeit der Bonus-Mail sein?");
 define('ADMIN_BONUS_INCLUDE_OWN', "Soll Ihre Mitglieder-ID an der Aktiv-Rallye dran teilnehmen?");
+define('ADMIN_NOTIFCATION_TITLE', "Ausgesendete Benachrichtigungen");
 
 // Switches
 define('ADMIN_BONUS_RALLYE_IS_ACTIVE'    , "Ist die Aktiv-Rallye aktiv?");
 
 // Switches
 define('ADMIN_BONUS_RALLYE_IS_ACTIVE'    , "Ist die Aktiv-Rallye aktiv?");
index 439c77f5d6cb8c22c3fdc9e9d5582a4bba7f8119..61a085d77aece3d9863d79172e6f20f75e7207f9 100644 (file)
@@ -110,7 +110,7 @@ if ((EXT_IS_ACTIVE("bonus")) && (SQL_NUMROWS($result_max) > 0) && (!empty($SQL2)
                $content['rows'] = $OUT;
 
                // Load main template
                $content['rows'] = $OUT;
 
                // Load main template
-               LOAD_TEMPLATE("admin_list_bonus_emails", false, $content);
+               LOAD_TEMPLATE("admin_list_notify_emails", false, $content);
        }
 }
 
        }
 }
 
diff --git a/templates/de/html/admin/admin_list_notify_emails.tpl b/templates/de/html/admin/admin_list_notify_emails.tpl
new file mode 100644 (file)
index 0000000..0d99d4a
--- /dev/null
@@ -0,0 +1,12 @@
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
+<tr>
+  <td colspan="3" align="center" height="25" class="admin_title">
+    <strong class="admin_done">{--ADMIN_NOTIFCATION_TITLE--}</strong>
+  </td>
+</tr>
+$content[nav]
+$content[rows]
+$content[nav]
+</table>
+</div>