aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/Download
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-04-26 05:32:06 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-04-26 05:32:06 +0000
commit64fbca4467ef44081b680955592428da35b40a9a (patch)
tree4aee063a793513c8880514ebb51b35089bd57c72 /h-source/Application/Views/Desktop/Download
parentea4c1ff1b7946ecd9934419dc4873de74dccb3f0 (diff)
added RAID adapter category, part 1 - rsandu issue
Diffstat (limited to 'h-source/Application/Views/Desktop/Download')
-rw-r--r--h-source/Application/Views/Desktop/Download/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Views/Desktop/Download/index.php b/h-source/Application/Views/Desktop/Download/index.php
index 1275d63..1ceca5a 100644
--- a/h-source/Application/Views/Desktop/Download/index.php
+++ b/h-source/Application/Views/Desktop/Download/index.php
@@ -97,6 +97,10 @@
<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>
+ <tr>
+ <td><?php echo gtext("Download the xml file of all the <b>RAID adapters</b> in the database");?></td>
+ <td><a href="<?php echo $this->baseUrl."/download/raidadapters/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td>
+ </tr>
</table>
</div>
</div>