diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-08-02 00:44:36 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-08-02 00:44:36 +0000 |
commit | ea0f13c140f6444d4b0da9e38e1c27c9004b6184 (patch) | |
tree | c95d58a3a74f5c287040042f030dba6dd34c4012 /h-source/Application/Views/Desktop/form.php | |
parent | 4ee5f0d9dd40b3baa2e27889a579dc7852cbfd6c (diff) |
dropped pcmcia controller, added generic host controller with subtype
Diffstat (limited to 'h-source/Application/Views/Desktop/form.php')
-rw-r--r-- | h-source/Application/Views/Desktop/form.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Views/Desktop/form.php b/h-source/Application/Views/Desktop/form.php index 8213756..dd66614 100644 --- a/h-source/Application/Views/Desktop/form.php +++ b/h-source/Application/Views/Desktop/form.php @@ -54,6 +54,9 @@ <div class="entry_label"><?php echo gtext("subtype");?> (laser, inkjet, ..):</div> <?php echo Html_Form::select('subtype',$values['subtype'],Printer::$subtype,"select_entry");?> </div> + <?php } else if (strcmp($this->controller,'hostcontrollers') === 0 ) { ?> + <div class="entry_label"><?php echo gtext("subtype");?> (<?php echo $subtypeHelpLabel;?>):</div> + <?php echo Html_Form::select('subtype',$values['subtype'],Hostcontrollers::$subtype,"select_entry");?> <?php } ?> <div class="form_entry"> |