Go to the source code of this file.
Namespaces |
| namespace | tool |
Variables |
| | $lng = required_param('lng', PARAM_LANG) |
| | $currentpage = optional_param('p', 0, PARAM_INT) |
| | $translatorsubmitted = optional_param('translatorsubmitted', 0, PARAM_BOOL) |
| if(empty($lng)) | $filter = new tool_customlang_filter_form($PAGE->url, null, 'post', '', array('class'=>'filterform')) |
| | $filterdata = tool_customlang_utils::load_filter($USER) |
if($filter->is_cancelled())
elseif($submitted=$filter->
get_data()) if($translatorsubmitted) | $translator = new tool_customlang_translator($PAGE->url, $lng, $filterdata, $currentpage) |
| | $output = $PAGE->get_renderer('tool_customlang') |
| | $paginator = $output->paging_bar($translator->numofrows, $currentpage, tool_customlang_translator::PERPAGE, $PAGE->url, 'p') |
Variable Documentation
| $output = $PAGE->get_renderer('tool_customlang') |