From 3d2c41f4d363aa5f834d97f92f07eb72a0769411 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 22 Jul 2005 18:52:58 +0000 Subject: [PATCH] Add currency to cost --- course/edit.html | 6 +++++- course/edit.php | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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;