Skip to content

Commit 7b79d17

Browse files
committed
Minor changes
1 parent 3d44eda commit 7b79d17

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

language/en-GB/en-GB.mod_jdsimplecontactform.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Here is what's included:
1616
<li>Custom email messages.</li>
1717
<li>Ability to CC, BCC, Reply-To messages.</li>
1818
<li>Ajax Submission.</li>
19+
<li>Include the IP info in the email template</li>
20+
<li>Supports both reCAPTCHA and Invisible reCAPTCHA</li>
1921
</ul>"
2022

2123

@@ -162,6 +164,7 @@ MOD_JDSCF_SUBMITBTN_CLASS_DESC=""
162164
MOD_JDSCF_UNSUPPORTED_FILE_ERROR="Unsupported Filetype"
163165
MOD_JDSCF_UNSUPPORTED_MAIL_CLIENT_ERROR="Failed to instantiate mail function."
164166
MOD_JDSCF_AJAX_ERROR_ON_SUBMIT="Something went wrong! Please try again."
167+
MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED="Your browser has cookies disabled. Make sure that your cookies are enabled and try again. <u><a href='https://support.google.com/accounts/answer/61416?hl=en-GB'>Learn More</a></u>"
165168

166169
MOD_JDSCF_DEFAULT_SUBJECT="New Submission"
167170

language/en-GB/en-GB.mod_jdsimplecontactform.sys.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ Here is what's included:
1111
<li>Custom email messages.</li>
1212
<li>Ability to CC, BCC, Reply-To messages.</li>
1313
<li>Ajax Submission.</li>
14+
<li>Include the IP info in the email template</li>
15+
<li>Supports both reCAPTCHA and Invisible reCAPTCHA</li>
1416
</ul>
1517
"

mod_jdsimplecontactform.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<extension type="module" version="3.1" client="site" method="upgrade">
33
<name>mod_jdsimplecontactform</name>
44
<author>JoomDev</author>
5-
<version>1.3</version>
6-
<creationDate>Apr 2019</creationDate>
5+
<version>1.4</version>
6+
<creationDate>Sept 2019</creationDate>
77
<url>https://www.joomdev.com</url>
88
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
99
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
} else {
2323
?>
2424
<div class="cookie-notice alert alert-info" role="alert">
25-
Your browser has cookies disabled. Make sure that your cookies are enabled and try again. <u><a href="https://support.google.com/accounts/answer/61416?hl=en-GB">Learn More</a></u>
25+
<?php echo JText::_("MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED"); ?>
2626
</div>
2727
<div class="jd-simple-contact-form jd-simple-contact-message-<?php echo $module->id; ?> <?php echo $moduleclass_sfx; ?>">
2828
<div id="jdscf-message-<?php echo $module->id; ?>"></div>

0 commit comments

Comments
 (0)