print_string("name") ?>: |
|
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"); ?> |