aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-05-08 06:39:47 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-05-08 06:39:47 +0000
commitec480291d35e5d69a0689aa905fdddeddfa13524 (patch)
tree9dd80c23ffcf912da7a723724983fb8b44a0de86 /h-source/Application/Views
parentdad96fd2adef8272aba89c3cbcac1a336fc7586d (diff)
added PCMCIA controllers - part 2
Diffstat (limited to 'h-source/Application/Views')
-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 1ceca5a..31aa3b0 100644
--- a/h-source/Application/Views/Desktop/Download/index.php
+++ b/h-source/Application/Views/Desktop/Download/index.php
@@ -101,6 +101,10 @@
<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>
+ <tr>
+ <td><?php echo gtext("Download the xml file of all the <b>PCMCIA Controllers</b> in the database");?></td>
+ <td><a href="<?php echo $this->baseUrl."/download/pcmcia/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td>
+ </tr>
</table>
</div>
</div>