We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b79d17 commit 50b1419Copy full SHA for 50b1419
tmpl/default.php
@@ -21,10 +21,10 @@
21
$session->set('jdscf-message-' . $module->id, '');
22
} else {
23
?>
24
- <div class="cookie-notice alert alert-info" role="alert">
25
- <?php echo JText::_("MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED"); ?>
26
- </div>
27
<div class="jd-simple-contact-form jd-simple-contact-message-<?php echo $module->id; ?> <?php echo $moduleclass_sfx; ?>">
+ <div class="cookie-notice alert alert-info" role="alert">
+ <?php echo JText::_("MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED"); ?>
+ </div>
28
<div id="jdscf-message-<?php echo $module->id; ?>"></div>
29
<div class="simple-contact-form-loader module-<?php echo $module->id; ?> d-none">
30
<div class="loading"></div>
0 commit comments