Fix: replace all label class by badge.

This commit is contained in:
Sébastien 2020-06-19 12:48:18 +02:00
parent 32b5742bd0
commit 1fa749d16b
3 changed files with 3 additions and 3 deletions

View file

@ -343,7 +343,7 @@
Powered By Powered By
<a href="https://easyappointments.org" target="_blank">Easy!Appointments</a> <a href="https://easyappointments.org" target="_blank">Easy!Appointments</a>
| |
<span id="select-language" class="label label-success"> <span id="select-language" class="badge badge-success">
<?= ucfirst(config('language')) ?> <?= ucfirst(config('language')) ?>
</span> </span>
| |

View file

@ -11,7 +11,7 @@
} }
?></a> | ?></a> |
<?= lang('licensed_under') ?> GPLv3 | <?= lang('licensed_under') ?> GPLv3 |
<span id="select-language" class="label label-success"> <span id="select-language" class="badge badge-success">
<?= ucfirst(config('language')) ?> <?= ucfirst(config('language')) ?>
</span> </span>
| |

View file

@ -152,7 +152,7 @@
<p> <p>
<h3>License</h3> <h3>License</h3>
Easy!Appointments is licensed under the <span class="label label-default">GPLv3 license</span>. Easy!Appointments is licensed under the <span class="badge badge-default">GPLv3 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="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a> <a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>