Functions
edit_users.php File Reference

This file is included in the control panel to provide a UI for editing user accounts in the BMLT. Only Server Administrators will be able to see or use this. More...

Functions

 DisplayUserEditor ($in_http_vars)
 Displays the user editor form.
 DisplayOneUserForEditing ($in_user_obj, $in_strings, $in_lang_enum)
 Displays the user editor form for one single user.

Detailed Description

This file is included in the control panel to provide a UI for editing user accounts in the BMLT. Only Server Administrators will be able to see or use this.

This file is part of the Basic Meeting List Toolbox (BMLT).

Find out more at: http://magshare.org/bmlt

BMLT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

BMLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this code. If not, see <http://www.gnu.org/licenses/>.


Function Documentation

DisplayOneUserForEditing ( in_user_obj,
in_strings,
in_lang_enum 
)

Displays the user editor form for one single user.

Returns:
HTML for the user editor display for the user.
Parameters:
in_user_objA reference to a c_comdef_user instance, representing the user to be edited.
in_stringsAn array of strings. The language-specific strings to use.
in_lang_enumAn enum string. The current language.

Referenced by DisplayUserEditor().

DisplayUserEditor ( in_http_vars)

Displays the user editor form.

Returns:
HTML for the user editor display.
Parameters:
in_http_varsAn associative array, containing the combined $_GET and $_POST parameters.

Referenced by GetControlPanelHTML().

 All Classes Files Functions Variables Enumerations