From 3f18a25b33df582ecebf6cfaf043c6cc5939ec7c Mon Sep 17 00:00:00 2001
From: Antonio Gallo <tonicucoz@gmail.com>
Date: Sat, 25 Dec 2010 22:25:45 +0000
Subject: added the subtype entry (laser,inkjet,..) for printers

---
 h-source/Application/Views/Printers/form.php | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'h-source/Application/Views/Printers/form.php')

diff --git a/h-source/Application/Views/Printers/form.php b/h-source/Application/Views/Printers/form.php
index ef29cf6..aafb747 100644
--- a/h-source/Application/Views/Printers/form.php
+++ b/h-source/Application/Views/Printers/form.php
@@ -50,6 +50,11 @@
 					<?php echo Html_Form::input('model',$values['model'],'input_entry');?>
 				</div>
 				
+				<div class="form_entry">
+					<div class="entry_label"><?php echo gtext("subtype");?> (laser, inkjet, ..):</div>
+					<?php echo Html_Form::select('subtype',$values['subtype'],Printer::$subtype,"select_entry");?>
+				</div>
+				
 				<div class="form_entry">
 					<div class="entry_label"><?php echo gtext("VendorID:ProductID code of the device");?>:</div>
 					<?php echo Html_Form::input('pci_id',$values['pci_id'],'input_entry');?>
-- 
cgit v1.2.3