diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/form.php | 4 |
1 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 5743281..1bfd64f 100644 --- a/h-source/Application/Views/Desktop/Notebooks/form.php +++ b/h-source/Application/Views/Desktop/Notebooks/form.php @@ -46,7 +46,7 @@ </div> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("model name");?>: <b>*</b></div> + <div class="entry_label"><?php echo gtext("model name");?>: <b>*</b><?php echo $modelNameLabel;?></div> <?php echo Html_Form::input('model',$values['model'],'input_entry');?> </div> @@ -124,7 +124,7 @@ </div> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("Description: (write here all the useful information)");?><br /><a href="<?php echo $this->baseUrl."/help/index/$lang#wiki-syntax";?>"><?php echo gtext("discover all the wiki tags");?></a></div> + <div class="entry_label"><?php echo gtext("Description: (write here all the useful information)");?><?php echo $descriptionLabel;?></div> <?php if (isset($descriptionPreview)) { ?> <div class="description_preview_title"><?php echo gtext("Description entry preview");?>:</div> |