diff --git a/desktop/php/Abeille.php b/desktop/php/Abeille.php index 8caa0ac093..d8044ec407 100755 --- a/desktop/php/Abeille.php +++ b/desktop/php/Abeille.php @@ -692,6 +692,27 @@ function displayBeeCard($eqLogic, $files) { + +
+
+
+
+ 0)) { + $eqLogic = eqLogic::byId($_GET['id']); + if ( $eqLogic->getConfiguration('modeleJson', 'notDefined') != 'notDefined' ) { + $fileList = glob('plugins/Abeille/core/config/devices/'.$eqLogic->getConfiguration('modeleJson', 'notDefined').'/doc/*'); + foreach($fileList as $filename){ + echo ''.basename($filename).'
'; + } + } + } + else { + echo '.
'; + } +?> +
+
@@ -710,7 +731,7 @@ function displayBeeCard($eqLogic, $files) {
0)) { $eqLogic = eqLogic::byId($_GET['id']); if ( ($eqLogic->getConfiguration('paramBatterie', 'notDefined') == "true") || ($eqLogic->getConfiguration('paramBatterie', 'notDefined') == "notDefined") ) {