aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-01-28 17:55:49 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-01-28 17:55:49 +0000
commit3a60b2a5bf93cdff491a0840606f3cf2c4cff151 (patch)
tree8880eaa1bf7fd259530cd83f97980857ef608efd /h-source/Application/Views
parent4ace8344cfd8769ef059ec5c920ac663c8c1d4ce (diff)
improved search page
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/right.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php
index f81ca1d..a37e0a2 100644
--- a/h-source/Application/Views/right.php
+++ b/h-source/Application/Views/right.php
@@ -22,7 +22,7 @@
<div id="right">
- <?php if (strcmp($this->action,'update') !== 0) { ?>
+ <?php if (strcmp($this->action,'update') !== 0 and strcmp($this->action,'pciid') !== 0 and strcmp($this->action,'lspci') !== 0) { ?>
<div class="language_links_box">
<?php echo $language_links;?>
</div>