Skip to content

Commit 50b1419

Browse files
committed
Fixed cookie notice
1 parent 7b79d17 commit 50b1419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tmpl/default.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
$session->set('jdscf-message-' . $module->id, '');
2222
} else {
2323
?>
24-
<div class="cookie-notice alert alert-info" role="alert">
25-
<?php echo JText::_("MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED"); ?>
26-
</div>
2724
<div class="jd-simple-contact-form jd-simple-contact-message-<?php echo $module->id; ?> <?php echo $moduleclass_sfx; ?>">
25+
<div class="cookie-notice alert alert-info" role="alert">
26+
<?php echo JText::_("MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED"); ?>
27+
</div>
2828
<div id="jdscf-message-<?php echo $module->id; ?>"></div>
2929
<div class="simple-contact-form-loader module-<?php echo $module->id; ?> d-none">
3030
<div class="loading"></div>

0 commit comments

Comments
 (0)