diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-21 14:17:28 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-21 14:17:28 +0000 |
commit | 32e60f1c2228e2a46707d15bec10cd54e476076c (patch) | |
tree | b175c135564801c598bd20644edbfa85580ae220 /h-source/Application/Views/Download | |
parent | 5f551b2d89b02cd159bf35723695ab2343a87248 (diff) |
added ethernet cards to the list of allowed hardware
Diffstat (limited to 'h-source/Application/Views/Download')
-rw-r--r-- | h-source/Application/Views/Download/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php index 5fbbef8..11d53c2 100644 --- a/h-source/Application/Views/Download/index.php +++ b/h-source/Application/Views/Download/index.php @@ -85,6 +85,10 @@ <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> + <tr> + <td><?php echo gtext("Download the xml file of all the <b>ethernet cards</b> in the database");?></td> + <td><a href="<?php echo $this->baseUrl."/download/ethernetcards/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> + </tr> </table> </div> </div> |