Skip to content

Commit

Permalink
Tabs are out
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 16, 2005
1 parent 1b05eee commit 894ff63
Show file tree
Hide file tree
Showing 38 changed files with 834 additions and 956 deletions.
46 changes: 23 additions & 23 deletions enrol/authorize/config.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<table cellspacing="0" cellpadding="5" border="0" align="center">

<tr valign="top">
<td align="right">enrol_cost:</td>
<td>
<input type="text" size="5" name="enrol_cost" value="<?php p($frm->enrol_cost) ?>" />
<td align="right">enrol_cost:</td>
<td>
<input type="text" size="5" name="enrol_cost" value="<?php p($frm->enrol_cost) ?>" />
</td>
<td>
<?php print_string("costdefault") ?>
</td>
</tr>

<tr valign="top">
<td align="right">enrol_currency:</td>
<td>
<td align="right">enrol_currency:</td>
<td>
<?php choose_from_menu ($ancurrencies, "enrol_currency", $frm->enrol_currency, "","", "") ?>
</td>
<td>
Expand All @@ -24,8 +24,8 @@


<tr valign="top">
<td align="right">an_login:</td>
<td>
<td align="right">an_login:</td>
<td>
<input type="text" name="an_login" value="<?php echo $frm->an_login ?>" />
</td>
<td>
Expand All @@ -34,8 +34,8 @@
</tr>

<tr valign="top">
<td align="right">an_tran_key:</td>
<td>
<td align="right">an_tran_key:</td>
<td>
<input type="text" name="an_tran_key" value="<?php echo $frm->an_tran_key ?>" />
</td>
<td>
Expand All @@ -44,8 +44,8 @@
</tr>

<tr valign="top">
<td align="right">an_password:</td>
<td>
<td align="right">an_password:</td>
<td>
<input type="text" name="an_password" value="<?php echo $frm->an_password ?>" />
</td>
<td>
Expand All @@ -54,8 +54,8 @@
</tr>

<tr valign="top">
<td align="right">an_referer:</td>
<td>
<td align="right">an_referer:</td>
<td>
<input type="text" name="an_referer" value="<?php echo $frm->an_referer ?>" />
</td>
<td>
Expand All @@ -64,8 +64,8 @@
</tr>

<tr valign="top">
<td align="right">an_test:</td>
<td>
<td align="right">an_test:</td>
<td>
<input type="checkbox" value=1 name="an_test" <?php if ($frm->an_test) echo "checked=\"true\"" ?> />
</td>
<td>
Expand All @@ -76,8 +76,8 @@
<tr valign="top"><td colspan="3"><hr noshade size="1"></td></tr>

<tr valign="top">
<td align="right">enrol_mailstudents:</td>
<td>
<td align="right">enrol_mailstudents:</td>
<td>
<input type="checkbox" value=1 name="enrol_mailstudents" <?php if ($frm->enrol_mailstudents) echo "checked=\"true\"" ?> />
</td>
<td>
Expand All @@ -86,8 +86,8 @@
</tr>

<tr valign="top">
<td align="right">enrol_mailteachers:</td>
<td>
<td align="right">enrol_mailteachers:</td>
<td>
<input type="checkbox" value=1 name="enrol_mailteachers" <?php if ($frm->enrol_mailteachers) echo "checked=\"true\"" ?> />
</td>
<td>
Expand All @@ -96,8 +96,8 @@
</tr>

<tr valign="top">
<td align="right">enrol_mailadmins:</td>
<td>
<td align="right">enrol_mailadmins:</td>
<td>
<input type="checkbox" value=1 name="enrol_mailadmins" <?php if ($frm->enrol_mailadmins) echo "checked=\"true\"" ?> />
</td>
<td>
Expand All @@ -106,8 +106,8 @@
</tr>

<tr valign="top">
<td align="right">enrol_allowinternal:</td>
<td>
<td align="right">enrol_allowinternal:</td>
<td>
<input type="checkbox" value="1" name="enrol_allowinternal" <?php if ($frm->enrol_allowinternal) echo "checked=\"true\"" ?> />
</td>
<td>
Expand Down
4 changes: 2 additions & 2 deletions enrol/authorize/enrol.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<tr>
<td align="right"><?php print_string("nameoncard", "enrol_authorize") ?>: </td>
<td align="left"><input type="text" name="ccfirstname" size="16" value="<?php p($userfirstname) ?>" />
<input type="text" name="cclastname" size="16" value="<?php p($userlastname) ?>" /></td>
<input type="text" name="cclastname" size="16" value="<?php p($userlastname) ?>" /></td>
</tr>
<tr>
<td align="right"><?php print_string("ccno", "enrol_authorize") ?>: </td>
Expand All @@ -37,7 +37,7 @@
<tr>
<td align="right"><?php print_string("ccvv", "enrol_authorize") ?>: </td>
<td align="left"><input type="text" name="cvv" size="4" maxlength="4" value="<?php p($form->cvv) ?>" />
<font size=1><?php print_string("ccvvhelp", "enrol_authorize") ?></font></td>
<font size=1><?php print_string("ccvvhelp", "enrol_authorize") ?></font></td>
</tr>
<tr>
<td align="right"><?php print_string("zipcode", "enrol_authorize") ?>: </td>
Expand Down
Loading

0 comments on commit 894ff63

Please sign in to comment.