aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Download/index.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-02 17:35:41 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-02 17:35:41 +0000
commitfef5c074223364eb32032a5787ea824fcbadc4fe (patch)
treefc4a3256743f54de5e1170df93ecdb74fdbfa9cf /h-source/Application/Views/Download/index.php
parent029021b689453cd745b6d44450adbe76684effca (diff)
added sd card readers
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 de4d434..2ffeae0 100644
--- a/h-source/Application/Views/Download/index.php
+++ b/h-source/Application/Views/Download/index.php
@@ -89,6 +89,10 @@
<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>
+ <tr>
+ <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>
</table>
</div>
</div>