Files
grzanieplus.pl/plugins/stNewsletterPlugin/modules/stNewsletterFrontend/templates/theme/default2/newsletter_remove.html
2025-03-12 17:06:23 +01:00

28 lines
1.1 KiB
HTML

{set layout="one_column_layout"}
<div id="user_newsletter" class="box roundies">
<div class="title">
<h2>{__ text="Newsletter"}</h2>
<p>{__ text="Potwierdzenie rezygnacji."}</p>
</div>
<div class="st_content" style="padding: 10px 70px">
<div id="newsletter_user_form" class="box_form roundies">
<h3>{__ text="Dane subskrypcji"}</h3>
<div style="padding:25px;">
<p style="text-align:center;">{__ text="Adres został usunięty."}</p>
<p style="text-align:center; font-size:14px;"><b>{$email}</b></p>
<div class="buttons" style="display: table; margin: 0px auto;" >
<a href="/" class="regular roundies">
<span class="arrow_right">{__ text="Kontynuuj zakupy"}</span>
</a>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>