mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Re-order list for consistency
This commit is contained in:
parent
72a2547d05
commit
e9d3eca323
@ -103,8 +103,8 @@
|
|||||||
echo "<tr valign=top>";
|
echo "<tr valign=top>";
|
||||||
echo "<td align=right><p>".get_string("registrationemail")."</a>:</td>";
|
echo "<td align=right><p>".get_string("registrationemail")."</a>:</td>";
|
||||||
echo "<td><p>";
|
echo "<td><p>";
|
||||||
$options[1] = get_string("registrationyes");
|
|
||||||
$options[0] = get_string("registrationno");
|
$options[0] = get_string("registrationno");
|
||||||
|
$options[1] = get_string("registrationyes");
|
||||||
choose_from_menu ($options, "mailme", "1", "", "", "");
|
choose_from_menu ($options, "mailme", "1", "", "", "");
|
||||||
unset($options);
|
unset($options);
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user