From: Roland Häder Date: Tue, 7 Oct 2008 00:19:51 +0000 (+0000) Subject: Notication mail fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=ff7642de2ce443aaf89c1404351b7ec1fc6f9bd1 Notication mail fix --- diff --git a/.gitattributes b/.gitattributes index ee4d863368..4fb6304520 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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_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 diff --git a/inc/databases.php b/inc/databases.php index 4677fe0d9e..05ed13cddd 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -113,7 +113,7 @@ define('USAGE_BASE', "usage"); 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); diff --git a/inc/language/bonus_de.php b/inc/language/bonus_de.php index d67ce225e0..3089af5d3e 100644 --- a/inc/language/bonus_de.php +++ b/inc/language/bonus_de.php @@ -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 ü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?"); diff --git a/inc/modules/admin/what-list_notifications.php b/inc/modules/admin/what-list_notifications.php index 439c77f5d6..61a085d77a 100644 --- a/inc/modules/admin/what-list_notifications.php +++ b/inc/modules/admin/what-list_notifications.php @@ -110,7 +110,7 @@ if ((EXT_IS_ACTIVE("bonus")) && (SQL_NUMROWS($result_max) > 0) && (!empty($SQL2) $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 index 0000000000..0d99d4a8fe --- /dev/null +++ b/templates/de/html/admin/admin_list_notify_emails.tpl @@ -0,0 +1,12 @@ +
+ + + + +$content[nav] +$content[rows] +$content[nav] +
+ {--ADMIN_NOTIFCATION_TITLE--} +
+