aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-07-02 05:51:02 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-07-02 05:51:02 +0000
commit7436d5978f053a7a58b48b7f9754351be941ff57 (patch)
treea78731f09d4ad85cd5748128e95db6ab7e4a9119 /h-source/Application/Views
parent1c1e9c704c57feacaec4af8e1ab3d07bd9dd5adc (diff)
added a notice for the kernel entry - lammi87 issue
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/Desktop/Notebooks/form.php2
-rw-r--r--h-source/Application/Views/Desktop/form.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php
index 5c0c027..2c6ce5a 100644
--- a/h-source/Application/Views/Desktop/Notebooks/form.php
+++ b/h-source/Application/Views/Desktop/Notebooks/form.php
@@ -89,7 +89,7 @@
</div>
<div class="form_entry">
- <div class="entry_label"><?php echo gtext("tested with the following kernel libre");?>:</div>
+ <div class="entry_label"><?php echo gtext("tested with the following kernel libre");?>:<br /><span class="entry_label_small"><?php echo gtext("Write a comma-separated list of kernel versions");?><br /><?php echo gtext("Example");?>: 2.6.35-28-generic, 2.6.38-11 </span></div>
<?php echo Html_Form::input('kernel',$values['kernel'],'input_entry');?>
</div>
diff --git a/h-source/Application/Views/Desktop/form.php b/h-source/Application/Views/Desktop/form.php
index 0ddf44d..8213756 100644
--- a/h-source/Application/Views/Desktop/form.php
+++ b/h-source/Application/Views/Desktop/form.php
@@ -79,7 +79,7 @@
</div>
<div class="form_entry">
- <div class="entry_label"><?php echo gtext("tested with the following kernel libre");?>:</div>
+ <div class="entry_label"><?php echo gtext("tested with the following kernel libre");?>:<br /><span class="entry_label_small"><?php echo gtext("Write a comma-separated list of kernel versions");?><br /><?php echo gtext("Example");?>: 2.6.35-28-generic, 2.6.38-11 </span></div>
<?php echo Html_Form::input('kernel',$values['kernel'],'input_entry');?>
</div>