diff options
Diffstat (limited to 'h-source/Application/Views/Printers/form.php')
-rw-r--r-- | h-source/Application/Views/Printers/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Printers/form.php b/h-source/Application/Views/Printers/form.php index 2ccfb38..dd7be91 100644 --- a/h-source/Application/Views/Printers/form.php +++ b/h-source/Application/Views/Printers/form.php @@ -50,7 +50,7 @@ </div> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("VendorID:ProductID code of the device");?>:</div> + <div class="entry_label"><?php echo gtext("VendorID:ProductID code of the device");?>: <b>*</b><br /><a target="blank" href="<?php echo $this->baseUrl."/help/index/$lang#vendoridproductid";?>"><?php echo gtext("learn how to find it");?></a></div> <?php echo Html_Form::input('pci_id',$values['pci_id'],'input_entry');?> </div> |