diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-26 05:32:06 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-26 05:32:06 +0000 |
commit | 64fbca4467ef44081b680955592428da35b40a9a (patch) | |
tree | 4aee063a793513c8880514ebb51b35089bd57c72 /h-source/Application/Views/Desktop | |
parent | ea4c1ff1b7946ecd9934419dc4873de74dccb3f0 (diff) |
added RAID adapter category, part 1 - rsandu issue
Diffstat (limited to 'h-source/Application/Views/Desktop')
-rw-r--r-- | h-source/Application/Views/Desktop/Download/index.php | 4 | ||||
-rw-r--r-- | h-source/Application/Views/Desktop/Hardware/left.php | 4 |
2 files changed, 8 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> diff --git a/h-source/Application/Views/Desktop/Hardware/left.php b/h-source/Application/Views/Desktop/Hardware/left.php index ece6e32..73e9b4a 100644 --- a/h-source/Application/Views/Desktop/Hardware/left.php +++ b/h-source/Application/Views/Desktop/Hardware/left.php @@ -81,4 +81,8 @@ <div class="hardware_element"> <img align="middle" class="hardware_element_image" src="<?php echo $this->baseUrl;?>/Public/Img/Crystal/modem.png"><a class="hardware_element_link" href="<?php echo $this->baseUrl?>/modems/catalogue/<?php echo $lang;?>"><?php echo gtext("Modems and ADSL cards");?></a> </div> + + <div class="hardware_element"> + <img align="middle" class="hardware_element_image" src="<?php echo $this->baseUrl;?>/Public/Img/Crystal/modem.png"><a class="hardware_element_link" href="<?php echo $this->baseUrl?>/raidadapters/catalogue/<?php echo $lang;?>"><?php echo gtext("RAID adapters");?></a> + </div> </div>
\ No newline at end of file |