MDL-22676 language customization: enlarge the input textarea fields
This patch combines the solution submitted by Ray Guo (computed min-height) and the one used in AMOS (set the height of the textarea so that it takes all available space in the row).
This commit is contained in:
@@ -38,7 +38,7 @@ $PAGE->set_url('/admin/report/customlang/edit.php', array('lng' => $lng));
|
||||
navigation_node::override_active_url(new moodle_url('/admin/report/customlang/index.php'));
|
||||
$PAGE->set_title(get_string('pluginname', 'report_customlang'));
|
||||
$PAGE->set_heading(get_string('pluginname', 'report_customlang'));
|
||||
//$PAGE->requires->js_init_call('M.report_customlang.init_translator', array(), true);
|
||||
$PAGE->requires->js_init_call('M.report_customlang.init_editor', array(), true);
|
||||
|
||||
if (empty($lng)) {
|
||||
// PARAM_LANG validation failed
|
||||
|
||||
Reference in New Issue
Block a user