aboutsummaryrefslogtreecommitdiff
path: root/h-source
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-14 15:11:59 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-14 15:11:59 +0000
commit79c6af13fd6dc83d8d5dd5627d7b0745b23cc4a9 (patch)
treef238726627adc70b3aba3b420ac66fc63edb2a22 /h-source
parenta3ee6d8cca93cc4b297bbad804878687397eb8ba (diff)
h-source:modified form.php
Diffstat (limited to 'h-source')
-rw-r--r--h-source/Application/Views/form.php2
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>