diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php index 058b1b08d15..97084088435 100644 --- a/enrol/authorize/locallib.php +++ b/enrol/authorize/locallib.php @@ -58,8 +58,10 @@ function authorize_print_orders($courseid, $userid) { $searchmenu = array('orderid' => $authstrs->orderid, 'transid' => $authstrs->transid, 'cclastfour' => $authstrs->cclastfour); $buttons = "
"; + $buttons .= html_writer::label(get_string('orderdetails', 'enrol_authorize'), 'menusearchtype', false, array('class' => 'accesshide')); $buttons .= html_writer::select($searchmenu, 'searchtype', $searchtype, false); - $buttons .= ""; + $buttons .= html_writer::label(get_string('search'), 'searchquery', false, array('class' => 'accesshide')); + $buttons .= ""; $buttons .= ""; $buttons .= "
"; diff --git a/enrol/manual/manage.php b/enrol/manual/manage.php index 94fdc632a9a..f7ea7e2c629 100644 --- a/enrol/manual/manage.php +++ b/enrol/manual/manage.php @@ -162,13 +162,13 @@ echo $OUTPUT->heading($instancename);
-


+


-


+


-


+