1 <table cellspacing=
"0" cellpadding=
"5" border=
"0" class=
"boxaligncenter">
4 <td align=
"right">enrol_cost:
</td>
6 <input type=
"text" size=
"5" name=
"enrol_cost" value=
"<?php echo $frm->enrol_cost ?>" />
9 <?php
print_string("costdefault") ?>
14 <td align=
"right">enrol_currency:
</td>
16 <?php choose_from_menu ($paypalcurrencies, "enrol_currency", $frm->enrol_currency
, "","", "") ?>
19 <?php print_string("currency") ?>
24 <td align=
"right">enrol_paypalbusiness:
</td>
26 <input type=
"text" name=
"enrol_paypalbusiness" value=
"<?php echo $frm->enrol_paypalbusiness ?>" />
29 <?php
print_string("business", "enrol_paypal") ?>
34 <td align=
"right">enrol_mailstudents:
</td>
36 <input type=
"checkbox" value=
"1" name=
"enrol_mailstudents" <?php if ($frm->enrol_mailstudents
) echo "checked=\"checked\"" ?> />
39 <?php print_string("mailstudents") ?>
44 <td align=
"right">enrol_mailteachers:
</td>
46 <input type=
"checkbox" value=
"1" name=
"enrol_mailteachers" <?php if ($frm->enrol_mailteachers
) echo "checked=\"checked\"" ?> />
49 <?php print_string("mailteachers") ?>
54 <td align=
"right">enrol_mailadmins:
</td>
56 <input type=
"checkbox" value=
"1" name=
"enrol_mailadmins" <?php if ($frm->enrol_mailadmins
) echo "checked=\"checked\"" ?> />
59 <?php print_string("mailadmins") ?>