]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_refid.php
Most <em> tags replaced/removed
[mailer.git] / inc / modules / admin / what-config_refid.php
index 7aad038823e10d78dc7f63af73ff06c0749bc013..41bc8009c52fc2f9d0485f6a4c70bea525ab4e8d 100644 (file)
@@ -6,9 +6,9 @@
  * -------------------------------------------------------------------- *
  * File              : what-config_refid.php                            *
  * -------------------------------------------------------------------- *
- * Short description : Setup default referal id                         *
+ * Short description : Setup default referral id                        *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Standart Referal-Id einstellen                   *
+ * Kurzbeschreibung  : Standard Referral-Id einstellen                  *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -41,14 +41,14 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 if (isFormSent()) {
        // Save data
        adminSaveSettingsFromPostData();
 } else {
        // Prepare member selection
-       $content['form_selection'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid');
+       $content['def_refid'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid');
 
        // Prepare contants for the template
        foreach (array('refid_target_index','refid_target_register','select_user_zero_refid_y','select_user_zero_refid_n') as $entry) {