MDL-34778 enrol: add a space

This commit is contained in:
Rossiani Wijaya 2012-09-14 17:08:49 +08:00
parent c4ede87628
commit b5e2c24ad8

View File

@ -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));