aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Desktop')
-rw-r--r--h-source/Application/Views/Desktop/catalogue.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Desktop/catalogue.php b/h-source/Application/Views/Desktop/catalogue.php
index 1e15e4c..25a79ef 100644
--- a/h-source/Application/Views/Desktop/catalogue.php
+++ b/h-source/Application/Views/Desktop/catalogue.php
@@ -42,9 +42,9 @@
<?php } ?>
<div class="model_string_search_form">
- <form action="<?php echo $this->currPage."/$lang".$this->viewStatus;?>">
+ <form action="<?php echo $this->currPage."/$lang".$clearViewStatus;?>" method="GET">
<input type="text" value="<?php echo $search_string_form_value;?>" name="search_string">
- <a href="<?php echo $this->currPage."/$lang".$this->viewStatus;?>"><img src="<?php echo $this->baseUrl."/Public/Img/Crystal/button_cancel.png";?>" /></a>
+ <a href="<?php echo $this->currPage."/$lang".$clearViewStatus;?>"><img src="<?php echo $this->baseUrl."/Public/Img/Crystal/button_cancel.png";?>" /></a>
<input type="submit" value="<?php echo gtext('Search');?>" name="submit">
</form>
</div>