]> git.mjollnir.org Git - moodle.git/commitdiff
Extra field for cost
authormoodler <moodler>
Tue, 6 Jul 2004 16:01:07 +0000 (16:01 +0000)
committermoodler <moodler>
Tue, 6 Jul 2004 16:01:07 +0000 (16:01 +0000)
course/edit.html

index f72199028a167640752ffa0cb76524ecc5a74d07..c52a4df67c78d12a610f6ed07335ba76b2afe0b3 100644 (file)
     helpbutton("guestaccess", get_string("opentoguests")); ?>
     </td>
 </tr>
+<?php
+    if ($CFG->enrol != internal) {
+?>
+<tr valign=top>
+    <td align="right"><P><?php  print_string("cost") ?>:</td>
+    <td><input type="text" name="cost" maxlength="6" size=6 value="<?php  p($form->cost) ?>">
+    </td>
+</tr>
+<?php
+    }
+?>
 <tr valign=top>
     <td align="right"><P><?php  print_string("hiddensections") ?>:</td>
     <td><?php