aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Download/index.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-03-06 16:13:52 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-03-06 16:13:52 +0000
commitb588efb71e62470d96a85528960a7e2385e934b0 (patch)
tree70a5b003edca35feb5b271157e57f2ad895e68b7 /h-source/Application/Views/Download/index.php
parent0a1bbc3293fc57494286a13b520aac77028993b9 (diff)
improved DownloadController
Diffstat (limited to 'h-source/Application/Views/Download/index.php')
-rw-r--r--h-source/Application/Views/Download/index.php4
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 c153fb8..1eb2a63 100644
--- a/h-source/Application/Views/Download/index.php
+++ b/h-source/Application/Views/Download/index.php
@@ -73,6 +73,10 @@
<td><?php echo gtext("Download the xml file of all the <b>webcams</b> in the database");?></td>
<td><a href="<?php echo $this->baseUrl."/download/webcams/$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>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>
</table>
</div>
</div>