mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Added Go to previous page link on the access denied page
This commit is contained in:
parent
74484b1ec2
commit
2758c6711b
@ -9,6 +9,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1><i class="icon-lock warning"></i> <?= Lang::get('backend::lang.page.access_denied.label') ?></h1>
|
<h1><i class="icon-lock warning"></i> <?= Lang::get('backend::lang.page.access_denied.label') ?></h1>
|
||||||
<p class="lead"><?= Lang::get('backend::lang.page.access_denied.help') ?></p>
|
<p class="lead"><?= Lang::get('backend::lang.page.access_denied.help') ?></p>
|
||||||
|
<a href="javascript:;" onclick="history.go(-1); return false;"><?= Lang::get('backend::lang.page.404.back_link') ?></a>
|
||||||
|
<br><br>
|
||||||
<a href="<?= Backend::url('') ?>"><?= Lang::get('backend::lang.page.access_denied.cms_link') ?></a>
|
<a href="<?= Backend::url('') ?>"><?= Lang::get('backend::lang.page.access_denied.cms_link') ?></a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user