aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-03-11 15:10:43 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-03-11 15:10:43 +0000
commit6740cd5eb795d11bb6128c1982fa67fd9211739d (patch)
tree39840c5588484c15bd11cedf7eb16112c80230bf /h-source/Application/Views/Desktop
parent8371e1d9f8c1ea129019553bd6b9824eb1609cc6 (diff)
improved the form to filter using the model name
Diffstat (limited to 'h-source/Application/Views/Desktop')
-rw-r--r--h-source/Application/Views/Desktop/catalogue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/catalogue.php b/h-source/Application/Views/Desktop/catalogue.php
index 25a79ef..ad00222 100644
--- a/h-source/Application/Views/Desktop/catalogue.php
+++ b/h-source/Application/Views/Desktop/catalogue.php
@@ -43,7 +43,7 @@
<div class="model_string_search_form">
<form action="<?php echo $this->currPage."/$lang".$clearViewStatus;?>" method="GET">
- <input type="text" value="<?php echo $search_string_form_value;?>" name="search_string">
+ <?php echo gtext("model name");?> <input type="text" value="<?php echo $search_string_form_value;?>" name="search_string">
<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>