1 <form method=
"post" action=
"module.php" name=
"form">
3 <table cellpadding=
9 cellspacing=
0 >
5 <td align=right
><p>assignment_maxbytes:
</td>
7 $choices = get_max_upload_sizes($CFG->maxbytes
);
8 choose_from_menu ($choices, "assignment_maxbytes", $CFG->assignment_maxbytes
, "");
12 <?php print_string("configmaxbytes", "assignment") ?>
17 <td colspan=
3 align=center
>
18 <input type=
"submit" value=
"<?php print_string("savechanges
") ?>"></td
>