diff --git a/course/edit.html b/course/edit.html index 0d2c5048109..0bda7531dd2 100644 --- a/course/edit.html +++ b/course/edit.html @@ -160,7 +160,11 @@ : " /> - + currency, ''); + helpbutton("cost", get_string("cost")); + ?> numsections = 10; $form->idnumber = ''; $form->cost = ''; + $form->currency = empty($CFG->enrol_currency) ? 'USD' : $CFG->enrol_currency; $form->newsitems = 5; $form->showgrades = 1; $form->groupmode = 0;