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
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);
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?");
$content['rows'] = $OUT;
// Load main template
- LOAD_TEMPLATE("admin_list_bonus_emails", false, $content);
+ LOAD_TEMPLATE("admin_list_notify_emails", false, $content);
}
}
--- /dev/null
+<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>