Skip to content

Commit

Permalink
Update template.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc committed Feb 28, 2017
1 parent e000785 commit f810906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion desktop/php/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
foreach ($eqLogics as $eqLogic) {
$opacity = ($eqLogic->getIsEnable()) ? '' : jeedom::getConfiguration('eqLogic:style:noactive');
echo '<li class="cursor li_eqLogic" data-eqLogic_id="' . $eqLogic->getId() . '" style="' . $opacity .'"><a>' . $eqLogic->getHumanName(true) . '</a></li>';
?>
}
?>
</ul>
</div>
</div>
Expand Down

0 comments on commit f810906

Please sign in to comment.