diff options
Diffstat (limited to 'h-source/Application/Views/Search')
-rw-r--r-- | h-source/Application/Views/Search/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Search/form.php b/h-source/Application/Views/Search/form.php index 58b33dd..22650f5 100644 --- a/h-source/Application/Views/Search/form.php +++ b/h-source/Application/Views/Search/form.php @@ -65,7 +65,7 @@ <table> <tr> <td><?php echo gtext("hardware type");?>:</td> - <td><?php echo Html_Form::select('type','',MyStrings::getTypes(),"select_entry","search_type_input");?></td> + <td><?php echo Html_Form::select('type','',Hardware::getTypes(),"select_entry","search_type_input");?></td> </tr> <tr> <td><?php echo gtext("the model name contains");?>:</td> |