]> git.mjollnir.org Git - moodle.git/commitdiff
http://moodle.org/mod/forum/discuss.php?d=100629
authorethem <ethem>
Fri, 4 Jul 2008 16:59:24 +0000 (16:59 +0000)
committerethem <ethem>
Fri, 4 Jul 2008 16:59:24 +0000 (16:59 +0000)
enrol/authorize/config_form.php
lang/en_utf8/enrol_authorize.php

index 0ae9f2d29c22227ec2a8a5a9d91d5c7cb56d576c..74de44a16c89fa7aeb93e33d473506fdeb4bde23 100755 (executable)
@@ -80,17 +80,17 @@ if (!isset($frm->acceptechecktypes)) {
 </tr>
 
 <tr valign="top">
-    <td align="right">an_login:<br /><?php echo (isset($mconfig->an_login)) ? '<span style="color:green">'.get_string('ok').'</span>' : ''; ?></td>
+    <td align="right">an_login:<br /><?php echo (isset($mconfig->an_login)) ? '<span style="color:green">'.get_string('dataentered', 'enrol_authorize').'</span>' : ''; ?></td>
     <td><?php print_string("anlogin", "enrol_authorize") ?><br /><input type="text" name="an_login" size="26" value="" /><sup>*</sup></td>
 </tr>
 
 <tr valign="top">
-    <td align="right">an_tran_key:<br /><?php echo (isset($mconfig->an_tran_key)) ? '<span style="color:green">'.get_string('ok').'</span>' : ''; ?></td>
+    <td align="right">an_tran_key:<br /><?php echo (isset($mconfig->an_tran_key)) ? '<span style="color:green">'.get_string('dataentered', 'enrol_authorize').'</span>' : ''; ?></td>
     <td><?php print_string("antrankey", "enrol_authorize") ?><br /><input type="text" name="an_tran_key" size="26" value="" /><sup>#1</sup></td>
 </tr>
 
 <tr valign="top">
-    <td align="right">an_password:<br /><?php echo (isset($mconfig->an_password)) ? '<span style="color:green">'.get_string('ok').'</span>' : ''; ?></td>
+    <td align="right">an_password:<br /><?php echo (isset($mconfig->an_password)) ? '<span style="color:green">'.get_string('dataentered', 'enrol_authorize').'</span>' : ''; ?></td>
     <td><?php print_string("anpassword", "enrol_authorize") ?><br /><input type="text" name="an_password" size="26" value="" /><sup>#2</sup></td>
 </tr>
 
index c1965e5f993f684dae46d0924c2578dad86bb287..86561f8412ce2fe83453dc32b516e7f833714ab4 100644 (file)
@@ -89,6 +89,7 @@ $string['choosemethod'] = 'If you know the enrolment key of the cource, please e
 $string['chooseone'] = 'Fill one or both of the following two fields. The password isn\'t shown.';
 $string['costdefaultdesc'] = '<strong>In course settings, enter -1</strong> to use this default cost to course cost field.';
 $string['cutofftime'] = 'Transaction Cut-Off Time. When the last transaction is picked up for settlement?';
+$string['dataentered'] = 'Data entered';
 $string['delete'] = 'Destroy';
 $string['description'] = 'The Authorize.net module allows you to set up paid courses via payment providers. If the cost for any course is zero, then students are not asked to pay for entry. Two ways to set the course cost (1) a site-wide cost as a default for the whole site or (2) a course setting that you can set for each course individually. The course cost overrides the site cost.<br /><br /><b>Note:</b> If you enter an enrolment key in the course settings, then students will also have the option to enrol using a key. This is useful if you have a mixture of paying and non-paying students.';
 $string['echeckabacode'] = 'Bank ABA Number';