diff options
| author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-03 08:18:08 +0000 | 
|---|---|---|
| committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-03 08:18:08 +0000 | 
| commit | 2f0587286b4e433b96a7db5db60a0dd94617f485 (patch) | |
| tree | cc84a0899bd3fb380998005bbeb89fcddabd7220 /h-source/Application/Views/Notebooks/page.php | |
| parent | fab22f5ebb7c5f757e48292a7f8de605638b7213 (diff) | |
added the field can free systems be installed to notebooks category - Michał Masłowski suggestion
Diffstat (limited to 'h-source/Application/Views/Notebooks/page.php')
| -rw-r--r-- | h-source/Application/Views/Notebooks/page.php | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php index 9c30f86..6c7a97f 100644 --- a/h-source/Application/Views/Notebooks/page.php +++ b/h-source/Application/Views/Notebooks/page.php @@ -33,7 +33,7 @@  				<!--if revision-->  				<?php if (strcmp($this->action,'revision') === 0) { ?>  				<div class="revision_alert"> -					This is an old revision of this page, as edited by <b><?php echo getLinkToUser($u->getUser($updated_by));?></b> at <b><?php echo smartDate($update_date); ?></b>. It may differ significantly from the <a href="<?php echo $this->baseUrl."/notebooks/view/$lang/$id_hard/".$name.$this->viewStatus;?>">current revision</a>. +					<?php echo gtext("This is an old revision of this page, as edited by");?> <b><?php echo $u->getLinkToUserFromId($updated_by);?></b> <?php echo gtext('at');?> <b><?php echo smartDate($update_date); ?></b>. <?php echo gtext("It may differ significantly from the");?> <a href="<?php echo $this->baseUrl."/".$this->controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>"><?php echo gtext("Current revision");?></a>.  				</div>  				<?php } ?> @@ -60,9 +60,14 @@  				</div>  				<div class="notebook_vendor"> -					<div class="inner_label"><?php echo gtext("does it have a free bios?");?></div> +					<div class="inner_label"><?php echo gtext("does it have a free BIOS?");?></div>  					<div class="inner_value"><b><?php echo $item[$tableName]['bios'];?></b></div>  				</div> + +				<div class="notebook_vendor"> +					<div class="inner_label"><?php echo gtext("can free operating systems be installed?");?></div> +					<div class="inner_value"><b><?php echo $item[$tableName]['can_free_systems_be_installed'];?></b></div> +				</div>  				<div class="notebook_vendor">  					<div class="inner_label"><?php echo gtext("year of commercialization");?>:</div> | 
