diff options
| author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-12 21:51:06 +0000 | 
|---|---|---|
| committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-12 21:51:06 +0000 | 
| commit | 3c1f2dfdb82656dc47a1cb467d03e09e52792f24 (patch) | |
| tree | 490a63fcaab8213346bb80657e61cde2245bf010 /h-source/Application/Views/Wifi/page.php | |
| parent | 1b84f9bcf2d480431608d8fb08d0671bc945211d (diff) | |
h-source:added the other_names entry
Diffstat (limited to 'h-source/Application/Views/Wifi/page.php')
| -rw-r--r-- | h-source/Application/Views/Wifi/page.php | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Application/Views/Wifi/page.php b/h-source/Application/Views/Wifi/page.php index 2e040a6..a172a0c 100644 --- a/h-source/Application/Views/Wifi/page.php +++ b/h-source/Application/Views/Wifi/page.php @@ -43,6 +43,13 @@  				<?php } ?>  			</div> +			<?php if ( strcmp($item[$tableName]['other_names'],'') !== 0 ) { ?> +			<div class="notebook_vendor"> +				<div class="inner_label"><?php echo gtext("possible other names of the device");?>:</div> +				<div class="inner_value"><?php echo nl2br($item[$tableName]['other_names']);?></div> +			</div> +			<?php } ?> +			  			<div class="notebook_vendor">  				<div class="inner_label"><?php echo gtext("vendor");?>:</div>  				<div class="inner_value"><b><?php echo betterVendor($item[$tableName]['vendor']);?></b></div>  | 
