]> git.mjollnir.org Git - moodle.git/commitdiff
Sending email for pending orders expiring string (adminemailexpired) seperated.
authorethem <ethem>
Fri, 9 Jun 2006 11:25:57 +0000 (11:25 +0000)
committerethem <ethem>
Fri, 9 Jun 2006 11:25:57 +0000 (11:25 +0000)
Settings moved to adminemailexpsetting.
Merged from stable.

enrol/authorize/config.html
lang/en_utf8/enrol_authorize.php

index 4c63ce48aa6c0612951a9a9683d10d62e603e3e5..21065bc48b200fb48147122fd138d4f9f763dd1b 100755 (executable)
@@ -146,7 +146,8 @@ if (!isset($frm->acceptccs)) {
 <tr valign="top">
     <td align="right">an_emailexpired:</td>
     <td><input type="text" name="an_emailexpired" size="1" maxlength="1" value="<?php p($frm->an_emailexpired) ?>" /></td>
-    <td><?php print_string("adminemailexpired", "enrol_authorize", $frm->an_emailexpired) ?></td>
+    <td><?php print_string("adminemailexpired", "enrol_authorize", $frm->an_emailexpired) ?><br />
+        <?php print_string("adminemailexpsetting", "enrol_authorize") ?></td>
 </tr>
 
 <tr valign="top">
index 203853721d1e50ae8f7669615f715352458369f1..84c85ea0c9605910bbf251794f014690b0c71a05 100644 (file)
@@ -9,7 +9,8 @@ $string['adminauthorizesettings'] = 'Authorize.net Settings';
 $string['adminauthorizewide'] = 'Site-Wide Settings';
 $string['adminavs'] = 'Check this if you have activated Address Verification System (AVS) in your authorize.net account. This demands address fields like street, state, country and zip when user fills out payment form.';
 $string['admincronsetup'] = 'The cron.php maintenance script has not been run for at least 24 hours. <br />Cron must be enabled if you want to use scheduled-capture feature.<br /><b>Enable</b> \'Authorize.net plugin\' and <b>setup cron</b> properly; or <b>uncheck an_review</b> again.<br />If you disable scheduled-capture, transactions will be cancelled unless you review them within 30 days.<br />Check <b>an_review</b> and enter <b>\'0\' to an_capture_day</b> field<br />if you want to <b>manually</b> accept/deny payments within 30 days.';
-$string['adminemailexpired'] = 'This is useful for \'Manual-Capture\'. Admins are notified <b>$a</b> days prior to pending orders expiring.<br />(0=disable sending email, default=2, max=5)<br />(Manual capture settings for sending email: cron=enabled, an_review=checked, an_capture_day=0, an_emailexpired=1-5)';
+$string['adminemailexpired'] = 'This is useful for \'Manual-Capture\'. Admins are notified <b>$a</b> days prior to pending orders expiring.';
+$string['adminemailexpsetting'] = '(0=disable sending email, default=2, max=5)<br />(Manual capture settings for sending email: cron=enabled, an_review=checked, an_capture_day=0, an_emailexpired=1-5)';
 $string['adminhelpcapturetitle'] = 'Scheduled-Capture Day';
 $string['adminhelpreviewtitle'] = 'Order Review';
 $string['adminneworder'] = 'Dear Admin,