]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_user.php
New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-edit_user.php
index 83bc543e7b18337b2fbcdd0a4189621a401f33ab..bb2904d744f4e36c081bc8c57be2eca02b53a2f8 100644 (file)
  * $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!!!!!!            *
  * -------------------------------------------------------------------- *
  * @TODO Add support for ext-country                                    *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -45,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 // Fix a notice
 $result_main = false;
@@ -118,7 +116,7 @@ LIMIT 1",
                }
 
                // Load template
-               loadTemplate('admin_settings_saved', false, $content);
+               displayMessage($content);
        } else {
                // Load entry
                $content = SQL_FETCHARRAY($result_main);
@@ -132,7 +130,7 @@ LIMIT 1",
                $content['gender_' . strtolower($content['gender'])] = ' selected="selected"';
 
                // Load template
-               loadTemplate('form_submit_user', false, $content);
+               loadTemplate('admin_edit_user', false, $content);
        }
 } else {
        // Account does not exists!