diff options
Diffstat (limited to 'h-source/Application/Views/Download')
-rw-r--r-- | h-source/Application/Views/Download/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php index 1eb2a63..5fbbef8 100644 --- a/h-source/Application/Views/Download/index.php +++ b/h-source/Application/Views/Download/index.php @@ -77,6 +77,14 @@ <td><?php echo gtext("Download the xml file of all the <b>bluetooth devices</b> in the database");?></td> <td><a href="<?php echo $this->baseUrl."/download/bluetooth/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> </tr> + <tr> + <td><?php echo gtext("Download the xml file of all the <b>acquisition cards</b> in the database");?></td> + <td><a href="<?php echo $this->baseUrl."/download/acquisitioncards/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> + </tr> + <tr> + <td><?php echo gtext("Download the xml file of all the <b>fingerprint readers</b> in the database");?></td> + <td><a href="<?php echo $this->baseUrl."/download/fingerprintreaders/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> + </tr> </table> </div> </div> |