X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_bonus.php;h=ba001891a380e926d6662dae5e085b9943cca960;hb=0ddf8f6c578aa2c1ff1db9fb8eb0b93a1e247b73;hp=e9ee266a6dc11f61fa6b6509fd16f923d06fde13;hpb=896793e2aceee9b4db08bb304ec8fdc5f192ba18;p=mailer.git diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index e9ee266a6d..ba001891a3 100644 --- a/inc/modules/admin/what-config_bonus.php +++ b/inc/modules/admin/what-config_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 * @@ -75,7 +73,7 @@ if (isFormSent()) { setConfigEntry('bonus_disable_notify', postRequestParameter('bonus_disable_notify')); } else { // Transfer options to template - $content['member_selection'] = addMemberSelectionBox(getBonusUserId(), false, true, true, 'bonus_userid'); + $content['form_selection'] = addMemberSelectionBox(getBonusUserId(), false, true, true, 'bonus_userid'); // Initialize array for the points list $RANKS = explode(';', getConfig('turbo_rates')); @@ -89,7 +87,7 @@ if (isFormSent()) { foreach ($RANKS as $k => $rate) { if (!empty($rate)) { // Print only when something is in - $OUT .= '
  • ({?POINTS?})
  • '; + $OUT .= '
  • ({?POINTS?})
  • '; } // END - if $cnt++; } // END - foreach @@ -100,7 +98,7 @@ if (isFormSent()) { // Add more empty fields for ($i = $cnt; $i < $max; $i++) { - $OUT .= '
  • ({?POINTS?})
  • '; + $OUT .= '
  • ({?POINTS?})
  • '; } // END - for $OUT .= ''; $content['trates_list'] = $OUT;