]> git.mjollnir.org Git - moodle.git/commitdiff
Link to CVV help
authorethem <ethem>
Sat, 2 Sep 2006 14:28:55 +0000 (14:28 +0000)
committerethem <ethem>
Sat, 2 Sep 2006 14:28:55 +0000 (14:28 +0000)
enrol/authorize/enrol.html

index 60bc55f45efa92e8bdeb743a532dcb54aa0dc909..0dd25c0184d2cca4a96ef3e0b2537c7ab6af4c88 100755 (executable)
@@ -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 */ ?>