X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_bonus.php;h=ef9631c12fc2f719faca441260d35fc04ed0fbb9;hb=55dd61bf035773f00ba0f7f3b56a5299b2ac9693;hp=78eea1eb8008db923c9c011b3f7dfdbfd1b41a5f;hpb=d1d5f7046b3f8132679c2c14754e1fc4707d6baa;p=mailer.git diff --git a/inc/modules/admin/what-list_bonus.php b/inc/modules/admin/what-list_bonus.php index 78eea1eb80..ef9631c12f 100644 --- a/inc/modules/admin/what-list_bonus.php +++ b/inc/modules/admin/what-list_bonus.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -119,7 +117,7 @@ ORDER BY } // END - while $content['rows'] = $OUT; - $content['total'] = translateComma($total); + $content['total'] = $total; // Check if we need to display form or not with manuel withdraw if (getConfig('last_month') == getMonth()) { @@ -127,7 +125,7 @@ ORDER BY $content['withdraw_form'] = loadTemplate('admin_list_bonus_form', true); } else { // Display message "no manual withdraw possible" - $content['withdraw_form'] = loadTemplate('admin_settings_saved', true, '
{--ADMIN_BONUS_ALREADY_WITHDRAW--}
'); + $content['withdraw_form'] = loadTemplate('admin_settings_unsaved', true, '{--ADMIN_BONUS_ALREADY_WITHDRAW--}'); } // Prepare constant for timemark @@ -135,7 +133,7 @@ ORDER BY if (isExtensionActive('autopurge')) { $content['autopurge_timeout'] = generateDateTime(time() - getApInactiveSince(), 2); } else { - $content['autopurge_timeout'] = getMaskedMessage('EXTENSION_PROBLEM_EXTENSION_NOT_INSTALLED', 'autopurge'); + $content['autopurge_timeout'] = generateExtensionInactiveNotInstalledMessage('autopurge'); } // Load final template