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. | |
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/>.
| DisplayOneUserForEditing | ( | $ | in_user_obj, |
| $ | in_strings, | ||
| $ | in_lang_enum | ||
| ) |
Displays the user editor form for one single user.
| in_user_obj | A reference to a c_comdef_user instance, representing the user to be edited. |
| in_strings | An array of strings. The language-specific strings to use. |
| in_lang_enum | An enum string. The current language. |
Referenced by DisplayUserEditor().
| DisplayUserEditor | ( | $ | in_http_vars | ) |
Displays the user editor form.
| in_http_vars | An associative array, containing the combined $_GET and $_POST parameters. |
Referenced by GetControlPanelHTML().
1.7.4