Added project attribution in every page.

This commit is contained in:
Alex Tselegidis 2020-09-08 10:21:40 +03:00
parent 73e976ddab
commit e2bbef8fff
8 changed files with 57 additions and 5 deletions

View file

@ -313,7 +313,9 @@
<?php endif ?>
<div id="form-message" class="text-danger">
<?= lang('fields_are_required') ?>
<small>
<?= lang('fields_are_required') ?>
</small>
</div>
<div class="command-buttons">

View file

@ -12,7 +12,7 @@
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
<link rel="icon" sizes="192x192" href="<?= asset_url('assets/img/logo.png') ?>">
<script src="<?= asset_url('assets/ext/fontawesome/js/all.min.js') ?>"></script>
</head>
<body>
@ -58,6 +58,13 @@
</div>
<?php endif ?>
</div>
<div class="mt-2">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
</small>
</div>
</div>
</div>
</div>

View file

@ -46,6 +46,13 @@
</div>
<?php endif ?>
</div>
<div class="mt-2">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
</small>
</div>
</div>
</div>
</div>

View file

@ -44,6 +44,13 @@
<i class="fas fa-wrench"></i>
<?= lang('backend_section') ?>
</a>
<div class="mt-4">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
</small>
</div>
</div>
<?php google_analytics_script() ?>

View file

@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/ext/bootstrap/css/bootstrap.min.css') ?>">
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/ext/jquery-ui/jquery-ui.min.css') ?>">
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/logout.css') ?>">
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/forgot_password.css') ?>">
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/general.css') ?>">
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
@ -57,6 +57,13 @@
<a href="<?= site_url('user/login') ?>" class="user-login">
<?= lang('go_to_login') ?></a>
</form>
<div class="mt-4">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
</small>
</div>
</div>
<script src="<?= asset_url('assets/js/polyfill.js') ?>"></script>
<script src="<?= asset_url('assets/js/general_functions.js') ?>"></script>

View file

@ -63,7 +63,8 @@
<?= lang('login') ?>
</button>
<br><br>
<br>
<br>
<a href="<?= site_url('user/forgot_password') ?>" class="forgot-password">
<?= lang('forgot_your_password') ?></a>
@ -71,6 +72,13 @@
<span id="select-language" class="badge badge-success">
<?= ucfirst(config('language')) ?>
</span>
<div class="mt-4">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
</small>
</div>
</form>
</div>

View file

@ -9,7 +9,7 @@
<title><?= lang('log_out') ?> | Easy!Appointments</title>
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/ext/bootstrap/css/bootstrap.min.css') ?>">
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/login.css') ?>">
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/logout.css') ?>">
<link rel="stylesheet" type="text/css" href="<?= asset_url('assets/css/general.css') ?>">
<link rel="icon" type="image/x-icon" href="<?= asset_url('assets/img/favicon.ico') ?>">
@ -41,6 +41,13 @@
<i class="fas fa-wrench"></i>
<?= lang('backend_section') ?>
</a>
<div class="mt-4">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
</small>
</div>
</div>
</body>
</html>

View file

@ -31,6 +31,13 @@
<i class="icon-calendar icon-white"></i>
<?= lang('backend_calendar') ?>
</a>
<div class="mt-4">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
</small>
</div>
</div>
</body>
</html>