icon typo
This commit is contained in:
parent
bb8a5ca3e2
commit
2e7a4646b8
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<?php if ($this->NbLiens == 0) {?>
|
<?php if ($this->NbLiens == 0) {?>
|
||||||
<span class="glyphicon glyphicon-uncheck pull-right" title="Néant"></span>
|
<span class="glyphicon glyphicon-unchecked pull-right" title="Néant"></span>
|
||||||
<?php } else {?>
|
<?php } else {?>
|
||||||
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
|
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<?php if ($this->NbAnnonces == 0) {?>
|
<?php if ($this->NbAnnonces == 0) {?>
|
||||||
<span class="glyphicon glyphicon-uncheck pull-right" title="Néant"></span>
|
<span class="glyphicon glyphicon-unchecked pull-right" title="Néant"></span>
|
||||||
<?php } else {?>
|
<?php } else {?>
|
||||||
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
|
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<?php if ($this->NbBilans == 0) {?>
|
<?php if ($this->NbBilans == 0) {?>
|
||||||
<span class="glyphicon glyphicon-uncheck pull-right" title="Néant"></span>
|
<span class="glyphicon glyphicon-unchecked pull-right" title="Néant"></span>
|
||||||
<?php } else {?>
|
<?php } else {?>
|
||||||
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
|
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
|
Loading…
Reference in New Issue
Block a user