diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-02 23:48:56 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-02 23:48:56 +0000 |
commit | fdd5ccda63a6c6825035f99c3e6b6df93814cebe (patch) | |
tree | 5ba045ff3cb29d94f8216706130471e8fa6c71a7 /h-source/Application/Views/Bluetooth/form.php | |
parent | 632f611689562bb79dfb18065b6d0851a5c2077e (diff) |
vendor is now automatically obtained from vendorid, except for notebooks
Diffstat (limited to 'h-source/Application/Views/Bluetooth/form.php')
-rw-r--r-- | h-source/Application/Views/Bluetooth/form.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/h-source/Application/Views/Bluetooth/form.php b/h-source/Application/Views/Bluetooth/form.php index 6de2ece..a03597a 100644 --- a/h-source/Application/Views/Bluetooth/form.php +++ b/h-source/Application/Views/Bluetooth/form.php @@ -38,13 +38,7 @@ <form action="<?php echo $this->baseUrl."/".$this->controller."/".$this->action."/$lang/$token".$this->viewStatus;?>" method="POST"> <div class="edit_form"> - - <div class="form_entry"> - <div class="entry_label"><?php echo gtext("vendor");?>:</div> - <?php echo Html_Form::select('vendor',$values['vendor'],Bluetooth::$vendors,"select_entry");?> - <a href="<?php echo $this->baseUrl."/issues/viewall/$lang/1/$token";?>">Vendor not present?</a> - </div> - + <div class="form_entry"> <div class="entry_label"><?php echo gtext("model name");?>: <b>*</b></div> <?php echo Html_Form::input('model',$values['model'],'input_entry');?> |