diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-18 16:09:47 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-18 16:09:47 +0000 |
commit | 931861e0513be7e110fc1d98e366cbd4efb831ce (patch) | |
tree | 9cb3bf844f5edc60f06d19da53334126d01d3c52 /h-source/Application/Views/Search | |
parent | 1614aa5cb29b3abbe59b45760d4cedf3b2183fa8 (diff) |
h-source:added acquisition cards and fingerprint readers - part 1
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> |