Go to the source code of this file.
Namespaces | |
| namespace | CLMANAGE |
Enumerations | |
| enum | DISP_FILE_LIST |
| enum | DISP_EDIT_FILE |
| enum | DISP_VIEW_FILE |
Variables | |
| $cidReset = TRUE | |
| $controlMsg = array() | |
| $textZoneList ['textzone_top.inc.html'] | |
| $textZoneList ['textzone_top.anonymous.inc.html'] | |
| $textZoneList ['textzone_top.authenticated.inc.html'] | |
| $textZoneList ['textzone_right.inc.html'] | |
| $textZoneList ['course_subscription_locked.inc.html'] | |
| $textZoneList ['course_subscription_locked_by_key.inc.html'] | |
| $textZoneList ['textzone_inscription.inc.html'] | |
| $textZoneList ['textzone_inscription_form.inc.html'] | |
| $textZoneList ['textzone_edit_profile_form.inc.html'] | |
| $display = DISP_FILE_LIST | |
| $validCmdList = array('rqEdit','exEdit','exView') | |
| $cmd = (isset($_REQUEST['cmd']) && in_array($_REQUEST['cmd'],$validCmdList)? $_REQUEST['cmd'] : null) | |
| $fileId = (int) isset($_REQUEST['file']) ? $_REQUEST['file'] : null | |
| if (!empty($fileId)&&!array_key_exists($fileId, $textZoneList)) = $dialogBox->render() | |
| if(!is_null($fileId)) | $nameTools = get_lang('Edit text zones') |
| $noQUERY_STRING = true | |
| $out = '' | |
| $titles = array('mainTitle'=>$nameTools) | |
| enum DISP_EDIT_FILE |
Definition at line 19 of file editFile.php.
| enum DISP_FILE_LIST |
Definition at line 18 of file editFile.php.
| enum DISP_VIEW_FILE |
Definition at line 20 of file editFile.php.
| $cidReset = TRUE |
Definition at line 22 of file editFile.php.
| $cmd = (isset($_REQUEST['cmd']) && in_array($_REQUEST['cmd'],$validCmdList)? $_REQUEST['cmd'] : null) |
Definition at line 65 of file editFile.php.
| $controlMsg = array() |
Definition at line 31 of file editFile.php.
| $display = DISP_FILE_LIST |
Definition at line 60 of file editFile.php.
| $fileId = (int) isset($_REQUEST['file']) ? $_REQUEST['file'] : null |
Definition at line 68 of file editFile.php.
| if (!is_null($fileId)) $nameTools = get_lang('Edit text zones') |
Definition at line 127 of file editFile.php.
| $noQUERY_STRING = true |
Definition at line 129 of file editFile.php.
| $out = '' |
Definition at line 131 of file editFile.php.
| $textZoneList['textzone_edit_profile_form.inc.html'] |
array( 'filename' => get_path('rootSys') . 'platform/textzone/textzone_edit_profile_form.inc.html', 'desc' => get_lang('Text displayed on the "My user account" page'))
Definition at line 57 of file editFile.php.
| $textZoneList['textzone_inscription_form.inc.html'] |
array( 'filename' => get_path('rootSys') . 'platform/textzone/textzone_inscription_form.inc.html', 'desc' => get_lang('Text displayed on the "Create user account" page'))
Definition at line 54 of file editFile.php.
| $textZoneList['textzone_inscription.inc.html'] |
array( 'filename' => get_path('rootSys') . 'platform/textzone/textzone_inscription.inc.html', 'desc' => get_lang('Agreement text displayed before the "Create user account" page'))
Definition at line 51 of file editFile.php.
| $textZoneList['course_subscription_locked_by_key.inc.html'] |
array( 'filename' => get_path('rootSys') . 'platform/textzone/course_subscription_locked_by_key.inc.html', 'desc' => get_lang('Text displayed if a user tries to enrol in a course requiring a key'))
Definition at line 48 of file editFile.php.
| $textZoneList['course_subscription_locked.inc.html'] |
array( 'filename' => get_path('rootSys') . 'platform/textzone/course_subscription_locked.inc.html', 'desc' => get_lang('Text displayed if a user tries to enrol in a locked course'))
Definition at line 45 of file editFile.php.
| $textZoneList['textzone_right.inc.html'] |
array( 'filename' => get_path('rootSys') . 'textzone_right.inc.html', 'desc' => get_lang('Text displayed on the right column'))
Definition at line 42 of file editFile.php.
| $textZoneList['textzone_top.authenticated.inc.html'] |
array( 'filename' => get_path('rootSys') . 'platform/textzone/textzone_top.authenticated.inc.html', 'desc' => get_lang('Welcome text displayed to authenticated users'))
Definition at line 39 of file editFile.php.
| $textZoneList['textzone_top.anonymous.inc.html'] |
array( 'filename' => get_path('rootSys') . 'platform/textzone/textzone_top.anonymous.inc.html', 'desc' => get_lang('Welcome text displayed to anonymous users'))
Definition at line 36 of file editFile.php.
| $textZoneList['textzone_top.inc.html'] |
array( 'filename' => get_path('rootSys') . 'textzone_top.inc.html', 'desc' => get_lang('Welcome text displayed on the homepage'))
Definition at line 33 of file editFile.php.
| $titles = array('mainTitle'=>$nameTools) |
Definition at line 134 of file editFile.php.
| $validCmdList = array('rqEdit','exEdit','exView') |
Definition at line 63 of file editFile.php.
| if = $dialogBox->render() |
Definition at line 69 of file editFile.php.
1.6.3