|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Enumerations | |
| enum | NO_OUTPUT_BUFFERING |
Variables | |
| $action = optional_param('action', '', PARAM_ALPHA) | |
| $confirm = optional_param('confirm', false, PARAM_BOOL) | |
| $lng = optional_param('lng', '', PARAM_LANG) | |
| $langs = get_string_manager()->get_list_of_translations() | |
| if($action=== 'checkout') if($action=== 'checkin') | $output = $PAGE->get_renderer('tool_customlang') |
| if (empty($lng)) | |
| $numofmodified = tool_customlang_utils::get_count_of_modified($lng) | |
| if($numofmodified!=0) | $menu = array() |
| enum NO_OUTPUT_BUFFERING |
| $action = optional_param('action', '', PARAM_ALPHA) |
| $confirm = optional_param('confirm', false, PARAM_BOOL) |
| $langs = get_string_manager()->get_list_of_translations() |
| $lng = optional_param('lng', '', PARAM_LANG) |
| $numofmodified = tool_customlang_utils::get_count_of_modified($lng) |
| if(has_capability('tool/customlang:edit', get_system_context())) |