Link to CVV help

This commit is contained in:
ethem
2006-09-02 14:28:55 +00:00
parent dedc048c92
commit 134c20fb14
+1 -1
View File
@@ -99,7 +99,7 @@ function print_cc_form($classreference)
<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) ?>" />
<?php helpbutton('', '', 'enrol_authorize', true, 'cvv', get_string('ccvvhelp', 'enrol_authorize')); ?>
<?php helpbutton('cvv', '', 'enrol/authorize'); ?>
<?php if (!empty($classreference->authorizeerrors['cvv'])) { formerr($classreference->authorizeerrors['cvv']); } ?></td>
</tr>
<?php if (!empty($CFG->an_avs)) { /* Address Verification System */ ?>