You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
523 B
Smarty

<div class="outgoing">
<!-- IMPORT partials/breadcrumbs.tpl -->
<div class="well">
<h3>
[[notifications:outgoing_link_message, {title}]]
</h3>
<p>
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary btn-lg">[[notifications:continue_to, {outgoing}]]</a>
<a id="return-btn" href="#" class="btn btn-lg btn-warning">[[notifications:return_to, {title}]]</a>
</p>
</div>
</div>
<script>
$('#return-btn').on('click', function() {
history.back();
return false;
});
</script>