moodle/course/mod_delete.html
martin 97c270e9a8 Changes related to language support ... get_string()
Minor little interface cleanups along the way
2002-08-11 15:41:54 +00:00

17 lines
798 B
HTML

<table align=center cellpadding=20> <tr> <td colspan=2 bgcolor=#ffaaaa>
<CENTER>
<FORM name="form" method="post" action="<?=$ME ?>">
<? print_heading(get_string("deletecheckfull", "", "$form->fullmodulename '$form->instancename'")); ?>
<input type="hidden" name=mode value="delete">
<input type="hidden" name=section value="<? echo $form->section; ?>">
<input type="hidden" name=course value="<? p($form->course) ?>">
<input type="hidden" name=coursemodule value="<? p($form->coursemodule) ?>">
<input type="hidden" name=modulename value="<? p($form->modulename) ?>">
<input type="hidden" name=instance value="<? p($form->instance) ?>">
<input type="submit" value=" Yes "> <input type=button value=" No " onclick="javascript:history.go(-1);">
</FORM>
</td></tr></table>