diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-01 21:53:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-01 21:53:55 +0000 |
commit | 6c46783c344d72bf6f96e071b9c5cb0c3836d0c5 (patch) | |
tree | 6f4d7230cf7f44c775bc29e4906ea568bb1df2c2 /h-source/Application/Views | |
parent | a2c4e647b694b1d1aa0cd9bca1c23549f7b6ce09 (diff) |
improved comm_year allowed values
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/form.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/Desktop/form.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php index 1bfd64f..5c0c027 100644 --- a/h-source/Application/Views/Desktop/Notebooks/form.php +++ b/h-source/Application/Views/Desktop/Notebooks/form.php @@ -72,7 +72,7 @@ <div class="form_entry"> <div class="entry_label"><?php echo gtext("year of commercialization");?>:</div> - <?php echo Html_Form::select('comm_year',$values['comm_year'],Notebooks::$commYear,"select_entry");?> + <?php echo Html_Form::select('comm_year',$values['comm_year'],Hardware::getCommYears(),"select_entry");?> </div> <div class="form_entry td_with_distribution_checkboxes"> diff --git a/h-source/Application/Views/Desktop/form.php b/h-source/Application/Views/Desktop/form.php index 5bef769..0ddf44d 100644 --- a/h-source/Application/Views/Desktop/form.php +++ b/h-source/Application/Views/Desktop/form.php @@ -63,7 +63,7 @@ <div class="form_entry"> <div class="entry_label"><?php echo gtext("year of commercialization");?></div> - <?php echo Html_Form::select('comm_year',$values['comm_year'],Notebooks::$commYear,"select_entry");?> + <?php echo Html_Form::select('comm_year',$values['comm_year'],Hardware::getCommYears(),"select_entry");?> </div> <div class="form_entry"> |