diff options
Diffstat (limited to 'h-source/Application/Views/form.php')
-rw-r--r-- | h-source/Application/Views/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/form.php b/h-source/Application/Views/form.php index 737a263..a5c3dd5 100644 --- a/h-source/Application/Views/form.php +++ b/h-source/Application/Views/form.php @@ -40,7 +40,7 @@ <div class="edit_form"> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("model name");?>: <b>*</b><br /><span class="entry_label_small"><?php echo gtext("Write here the model name obtained by the lspci or lsusb command.");?></span></div> + <div class="entry_label"><?php echo gtext("model name");?>: <b>*</b><br /><a target="blank" href="<?php echo $this->baseUrl."/help/index/$lang#model-name";?>"><?php echo gtext("learn how to find it");?></a><br /><span class="entry_label_small"><?php echo gtext("Write here the model name obtained by the lspci or lsusb command.");?></span></div> <?php echo Html_Form::input('model',$values['model'],'input_entry');?> </div> |