mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Removed the unused account_no_permissions_page.php file
This commit is contained in:
parent
cd5eff8819
commit
db0b4fbdbd
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
<?php extend('layouts/account_layout') ?>
|
|
||||||
|
|
||||||
<?php section('content') ?>
|
|
||||||
|
|
||||||
<h3><?= lang('no_privileges') ?></h3>
|
|
||||||
<p>
|
|
||||||
<?= lang('no_privileges_message') ?>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<a href="<?= site_url('backend') ?>" class="btn btn-success btn-large">
|
|
||||||
<i class="icon-calendar icon-white me-2"></i>
|
|
||||||
<?= lang('backend_calendar') ?>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<?php section('content') ?>
|
|
Loading…
Reference in a new issue