mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
97c270e9a8
Minor little interface cleanups along the way
17 lines
798 B
HTML
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>
|
|
|