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>
|
||||
<?= ucfirst(config('language')) ?>
|
||||
</span>
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
</span>
|
||||
|
||||
<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>
|
||||
<?= ucfirst(config('language')) ?>
|
||||
</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>
|
||||
<?= session('user_id') ? lang('backend_section') : lang('login') ?>
|
||||
</a>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<?= lang('forgot_your_password') ?>
|
||||
</a>
|
||||
|
|
||||
<span id="select-language" class="badge badge-success">
|
||||
<span id="select-language" class="badge bg-success">
|
||||
<?= ucfirst(config('language')) ?>
|
||||
</span>
|
||||
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
|
||||
<p>
|
||||
<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
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue