2007-02-09 07:47:14 +00:00
|
|
|
<table cellspacing="0" cellpadding="5" border="0" class="boxaligncenter">
|
2004-08-21 17:15:07 +00:00
|
|
|
|
|
|
|
<tr valign="top">
|
2005-05-16 22:22:31 +00:00
|
|
|
<td align="right">enrol_cost:</td>
|
|
|
|
<td>
|
2004-08-21 17:15:07 +00:00
|
|
|
<input type="text" size="5" name="enrol_cost" value="<?php echo $frm->enrol_cost ?>" />
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("costdefault") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr valign="top">
|
2005-05-16 22:22:31 +00:00
|
|
|
<td align="right">enrol_currency:</td>
|
|
|
|
<td>
|
2004-08-21 17:15:07 +00:00
|
|
|
<?php choose_from_menu ($paypalcurrencies, "enrol_currency", $frm->enrol_currency, "","", "") ?>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("currency") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr valign="top">
|
2005-05-16 22:22:31 +00:00
|
|
|
<td align="right">enrol_paypalbusiness:</td>
|
|
|
|
<td>
|
2004-08-21 17:15:07 +00:00
|
|
|
<input type="text" name="enrol_paypalbusiness" value="<?php echo $frm->enrol_paypalbusiness ?>" />
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("business", "enrol_paypal") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr valign="top">
|
2005-05-16 22:22:31 +00:00
|
|
|
<td align="right">enrol_mailstudents:</td>
|
|
|
|
<td>
|
2007-04-20 07:54:42 +00:00
|
|
|
<input type="checkbox" value="1" name="enrol_mailstudents" <?php if ($frm->enrol_mailstudents) echo "checked=\"checked\"" ?> />
|
2004-08-21 17:15:07 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("mailstudents") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr valign="top">
|
2005-05-16 22:22:31 +00:00
|
|
|
<td align="right">enrol_mailteachers:</td>
|
|
|
|
<td>
|
2007-04-20 07:54:42 +00:00
|
|
|
<input type="checkbox" value="1" name="enrol_mailteachers" <?php if ($frm->enrol_mailteachers) echo "checked=\"checked\"" ?> />
|
2004-08-21 17:15:07 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("mailteachers") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr valign="top">
|
2005-05-16 22:22:31 +00:00
|
|
|
<td align="right">enrol_mailadmins:</td>
|
|
|
|
<td>
|
2007-04-20 07:54:42 +00:00
|
|
|
<input type="checkbox" value="1" name="enrol_mailadmins" <?php if ($frm->enrol_mailadmins) echo "checked=\"checked\"" ?> />
|
2004-08-21 17:15:07 +00:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<?php print_string("mailadmins") ?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</table>
|