print_string("resourcetype", "resource") ?>: |
require("$CFG->dirroot/mod/resource/lib.php");
asort($RESOURCE_TYPE);
if (!$form->type) {
$form->type = 4;
}
choose_from_menu($RESOURCE_TYPE, "type", $form->type, "");
helpbutton("resourcetype", get_string("resourcetype", "resource"), "resource");
?>
|
print_string("summary") ?>:
helpbutton("summary", get_string("summary"), "resource", true, true); ?>
helpbutton("writing", get_string("helpwriting"), "moodle", true, true) ?>
helpbutton("text", get_string("helptext"), "moodle", true, true) ?>
|
|