10 lines
468 B
HTML
10 lines
468 B
HTML
<div class="callout callout-info no-subheader">
|
|
<div class="header">
|
|
<i class="icon-info"></i>
|
|
<h3><?php echo e(trans('martin.forms::lang.settings.gdpr_help_title')) ?></h3>
|
|
</div>
|
|
<div class="content">
|
|
<p><?php echo e(trans('martin.forms::lang.settings.gdpr_help_comment')) ?></p>
|
|
<p>More info at <a href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation" target="_blank">Wikipedia</a></p>
|
|
</div>
|
|
</div> |