aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Download/index.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-17 22:26:06 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-17 22:26:06 +0000
commit7d294873ca1b9705652592523210f543e73ec1e1 (patch)
treefc2ddac6f9d7b47c1eb0d799ebb82ac078e63fd4 /h-source/Application/Views/Download/index.php
parent9d3f161ae35d1413d18977bef6341456af6d6c7d (diff)
added modems category - michael issue
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 039dc5b..1275d63 100644
--- a/h-source/Application/Views/Download/index.php
+++ b/h-source/Application/Views/Download/index.php
@@ -93,6 +93,10 @@
<td><?php echo gtext("Download the xml file of all the <b>SD card readers</b> in the database");?></td>
<td><a href="<?php echo $this->baseUrl."/download/sdcardreaders/$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>modems</b> in the database");?></td>
+ <td><a href="<?php echo $this->baseUrl."/download/modems/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td>
+ </tr>
</table>
</div>
</div>