diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-04 16:08:32 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-04 16:08:32 +0000 |
commit | b64ea63443e33fc070298c0130461c834de342bc (patch) | |
tree | 12ddddc2c060b6916c6e8ed921a73a03c64d0f1e /h-source/Application/Views/Search | |
parent | 498e38bfaecf95b1f854c63c5d15d57f4b34ea89 (diff) |
moderators can now consult the list of actions carried out by other moderators
Diffstat (limited to 'h-source/Application/Views/Search')
-rw-r--r-- | h-source/Application/Views/Search/results.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Search/results.php b/h-source/Application/Views/Search/results.php index d092bd7..1b6a27d 100644 --- a/h-source/Application/Views/Search/results.php +++ b/h-source/Application/Views/Search/results.php @@ -39,7 +39,7 @@ <div class="search_result_item"> <div> - <?php echo gtext("model name");?>: <b><a href="<?php echo $this->baseUrl."/".MyStrings::$reverse[$row['hardware']['type']]."/view/$lang/".$row['hardware']['id_hard']."/".$row['hardware']['model'];?>"><?php echo $row['hardware']['model'];?></a></b> + <?php echo gtext("model name");?>: <b><a href="<?php echo $this->baseUrl."/".MyStrings::$reverse[$row['hardware']['type']]."/view/$lang/".$row['hardware']['id_hard']."/".encodeUrl($row['hardware']['model']);?>"><?php echo $row['hardware']['model'];?></a></b> </div> <div> <?php echo gtext("model type");?>: <b><?php echo $row['hardware']['type'];?></b> |