icon typo

This commit is contained in:
Michael RICOIS 2013-11-18 09:54:13 +00:00
parent bb8a5ca3e2
commit 2e7a4646b8

View File

@ -35,7 +35,7 @@
<li class="list-group-item">
<?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 {?>
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
<?php }?>
@ -44,7 +44,7 @@
<li class="list-group-item">
<?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 {?>
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
<?php }?>
@ -53,7 +53,7 @@
<li class="list-group-item">
<?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 {?>
<span class="glyphicon glyphicon-check pull-right" title="Inclus"></span>
<?php }?>