diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:52:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:52:55 +0000 |
commit | d0d8cd258ff7f993950595dda0e5b970638621eb (patch) | |
tree | dc98a6d3f1fb2a2a1c40fe6aed569ee9b04e289f /h-source/Application/Views/Desktop | |
parent | 14691cd854be3e9ee272c9619a6368c83d72267b (diff) |
mobile:added model nale filer
Diffstat (limited to 'h-source/Application/Views/Desktop')
-rw-r--r-- | h-source/Application/Views/Desktop/catalogue.php | 4 |
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> |