| | 1 | 2006-04-17 Rob Janes <janes.rob@gmail.com> |
| | 2 | * javascript for validating and navigating forms. |
| | 3 | * help text (untranslated). |
| | 4 | * EVENT_LOGGING enabling/disabling flag. |
| | 5 | * use SYSTEM_PATH instead of BASE_URL_PATH and BASE_SSL_PATH where ever appropriate. |
| | 6 | * standardize Smarty variables for Network and User info by adding assignSmartyValues($smarty, $self) to Network and User. |
| | 7 | * change_password only allowed if logged in. |
| | 8 | * non-superadmin can only use change_password to change their own password. |
| | 9 | * superadmin can use change_password to change any user password by entering in their password for the old password. |
| | 10 | * page_header div defined and positioned in MainUI |
| | 11 | |