mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Fix: replace all label class by badge.
This commit is contained in:
parent
32b5742bd0
commit
1fa749d16b
3 changed files with 3 additions and 3 deletions
|
@ -343,7 +343,7 @@
|
|||
Powered By
|
||||
<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')) ?>
|
||||
</span>
|
||||
|
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
?></a> |
|
||||
<?= lang('licensed_under') ?> GPLv3 |
|
||||
<span id="select-language" class="label label-success">
|
||||
<span id="select-language" class="badge badge-success">
|
||||
<?= ucfirst(config('language')) ?>
|
||||
</span>
|
||||
|
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
|
||||
<p>
|
||||
<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
|
||||
following url:
|
||||
<a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>
|
||||
|
|
Loading…
Reference in a new issue