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

index 42e45af81c0b3f81b67ff898586e07c4ecd21a7e..60bc55f45efa92e8bdeb743a532dcb54aa0dc909 100755 (executable)
@@ -174,6 +174,7 @@ function print_echeck_form($classreference)
     <tr>
       <td align="right"><?php print_string("echeckabacode", "enrol_authorize") ?>: </td>
       <td align="left"><input type="text" name="abacode" size="9" maxlength="9" value="<?php p($form->abacode) ?>" />
+      <?php helpbutton('aba', '', 'enrol/authorize'); ?>
       <?php if (!empty($classreference->authorizeerrors['abacode'])) { formerr($classreference->authorizeerrors['abacode']); } ?></td>
     </tr>
     <tr>