mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-34778 enrol: add a space
This commit is contained in:
parent
c4ede87628
commit
b5e2c24ad8
@ -416,8 +416,8 @@ function authorize_print_order($orderid)
|
||||
$a = new stdClass;
|
||||
$a->upto = $upto;
|
||||
$inputattrs = array('id' => 'amount', 'type' => 'text', 'size' => '5', 'name' => 'amount', 'value' => $amount);
|
||||
$extrahtml = html_writer::label(get_string('howmuch', 'enrol_authorize'), 'amount') .
|
||||
html_writer::empty_tag('input', $inputattrs) .
|
||||
$extrahtml = html_writer::label(get_string('howmuch', 'enrol_authorize'), 'amount'). ' '.
|
||||
html_writer::empty_tag('input', $inputattrs). ' '.
|
||||
get_string('canbecredit', 'enrol_authorize', $a) . '<br />';
|
||||
$table->data[] = array("<b>$strs->confirm:</b>",
|
||||
authorize_print_action_button($orderid, ORDER_REFUND, 0, true, $authstrs->unenrolstudent, $strs->no, $extrahtml));
|
||||
|
Loading…
x
Reference in New Issue
Block a user