aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-01-31 22:58:19 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-01-31 22:58:19 +0000
commit662e663843729d20aef25743f1d3f58adf6865b5 (patch)
tree96fa248d4f5af45ccde7c55a28ab598efc752ba2 /h-source/Application/Views
parent6fceaf205a341c2134457bf9f24a7a7f2fba63e0 (diff)
improved search page
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/Search/lspci_results.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php
index b460021..a23d505 100644
--- a/h-source/Application/Views/Search/lspci_results.php
+++ b/h-source/Application/Views/Search/lspci_results.php
@@ -35,14 +35,14 @@
<?php if (!$flag) { ?>
<?php echo $notice;?>
<div>
- <a href="<?php echo $this->baseUrl."/search/form/$lang";?>">back</a>
+ <a href="<?php echo $this->baseUrl."/search/form/$lang";?>"><img class="top_left_images" src="<?php echo $this->baseUrl;?>/Public/Img/back-60.png"></a>
</div>
<?php } ?>
<?php foreach ($table as $row) { ?>
<div class="lspci_item_found">
<div class="lspci_item_found_model">
- <?php echo $row['hardware']['model'];?>
+ <img align="top" class="catalogue_item_icon" src="<?php echo MyStrings::getHardIcon($row['hardware']['type']);?>"> <span class="search_result_model_name"><?php echo "<b>".$row['hardware']['type']."</b> - ".$row['hardware']['model'];?></span>
</div>
<div class="lspci_item_found_compat">
<?php