diff options
| author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-08 09:09:05 +0000 | 
|---|---|---|
| committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-08 09:09:05 +0000 | 
| commit | 75095b0329236ea0e2522a633f4a2be733d6869b (patch) | |
| tree | 990b9181d8963ac3006346ecabec339f9b4a12ba /h-source/Application/Views | |
| parent | 53f9d690ee2f49545d63788be6c1fe80d9ec6e58 (diff) | |
improved the way text can be written inside modules of the website
Diffstat (limited to 'h-source/Application/Views')
| -rw-r--r-- | h-source/Application/Views/form.php | 2 | ||||
| -rw-r--r-- | h-source/Application/Views/page.php | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/h-source/Application/Views/form.php b/h-source/Application/Views/form.php index 5568cfd..5d04566 100644 --- a/h-source/Application/Views/form.php +++ b/h-source/Application/Views/form.php @@ -115,7 +115,7 @@  				<?php if (strcmp($this->controller,'printers') === 0 ) { ?>  				<div class="form_entry"> -					<div class="entry_label"><?php echo gtext("does it adopt any techniques to track users?");?></div> +					<div class="entry_label"><?php echo gtext("does it adopt any techniques to track users?");?><?php echo $tracksHelpLabel;?></div>  					<?php echo Html_Form::select('it_tracks_users',$values['it_tracks_users'],Hardware::$trackSelect,"select_entry");?>  				</div>  				<?php } ?> diff --git a/h-source/Application/Views/page.php b/h-source/Application/Views/page.php index 727431c..6b7e539 100644 --- a/h-source/Application/Views/page.php +++ b/h-source/Application/Views/page.php @@ -116,7 +116,7 @@  			<?php if (strcmp($this->controller,'printers') === 0 ) { ?>  			<div class="notebook_kernel"> -				<div class="inner_label"><?php echo gtext("does it adopt any techniques to track users?");?></div> +				<div class="inner_label"><?php echo gtext("does it adopt any techniques to track users?");?><div class="box_module_label"><?php echo $tracksHelpLabel;?></div></div>  				<div class="inner_value"><b><?php echo $item[$tableName]['it_tracks_users'];?></b></div>  			</div>  			<?php } ?> | 
