diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/catalogue.php')
-rw-r--r-- | h-source/Application/Views/Desktop/catalogue.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/h-source/Application/Views/Desktop/catalogue.php b/h-source/Application/Views/Desktop/catalogue.php index 5bda414..1e15e4c 100644 --- a/h-source/Application/Views/Desktop/catalogue.php +++ b/h-source/Application/Views/Desktop/catalogue.php @@ -40,6 +40,14 @@ </div> </div> <?php } ?> + + <div class="model_string_search_form"> + <form action="<?php echo $this->currPage."/$lang".$this->viewStatus;?>"> + <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> + <input type="submit" value="<?php echo gtext('Search');?>" name="submit"> + </form> + </div> <!--if no notebooks found--> <?php if (strcmp($recordNumber,0) === 0) { ?> |