mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-26 00:23:33 +03:00
There are no badge color classes any more
This commit is contained in:
parent
56a7ac1cd9
commit
c2cb077850
4 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
|
|
|
||||||
|
|
||||||
<span id="select-language" class="badge badge-secondary">
|
<span id="select-language" class="badge bg-secondary">
|
||||||
<i class="fas fa-language mr-2"></i>
|
<i class="fas fa-language mr-2"></i>
|
||||||
<?= ucfirst(config('language')) ?>
|
<?= ucfirst(config('language')) ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="footer-options">
|
<span class="footer-options">
|
||||||
<span id="select-language" class="badge badge-secondary">
|
<span id="select-language" class="badge bg-secondary">
|
||||||
<i class="fas fa-language mr-2"></i>
|
<i class="fas fa-language mr-2"></i>
|
||||||
<?= ucfirst(config('language')) ?>
|
<?= ucfirst(config('language')) ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<a class="backend-link badge badge-primary" href="<?= site_url('backend'); ?>">
|
<a class="backend-link badge bg-primary" href="<?= site_url('backend'); ?>">
|
||||||
<i class="fas fa-sign-in-alt mr-2"></i>
|
<i class="fas fa-sign-in-alt mr-2"></i>
|
||||||
<?= session('user_id') ? lang('backend_section') : lang('login') ?>
|
<?= session('user_id') ? lang('backend_section') : lang('login') ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<?= lang('forgot_your_password') ?>
|
<?= lang('forgot_your_password') ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
|
||||||
<span id="select-language" class="badge badge-success">
|
<span id="select-language" class="badge bg-success">
|
||||||
<?= ucfirst(config('language')) ?>
|
<?= ucfirst(config('language')) ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<h3>License</h3>
|
<h3>License</h3>
|
||||||
Easy!Appointments is licensed under the <span class="badge badge-default">GPL-3.0 license</span>.
|
Easy!Appointments is licensed under the <span class="badge bg-secondary">GPL-3.0 license</span>.
|
||||||
By using the code of Easy!Appointments in any way <br> you agree with the terms described in the
|
By using the code of Easy!Appointments in any way <br> you agree with the terms described in the
|
||||||
following url:
|
following url:
|
||||||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a>
|
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a>
|
||||||
|
|
Loading…
Reference in a new issue