diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 20:25:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 20:25:55 +0000 |
commit | 53f9d690ee2f49545d63788be6c1fe80d9ec6e58 (patch) | |
tree | b9b51d06c214396d6ca4b79c380d26ce13f53a92 /h-source/Application/Views/page.php | |
parent | 99a6ba9947839d62a3f09f48a0ba962c23794491 (diff) |
added the entry "does it adopt any techniques to track users?" for printers - part 1
Diffstat (limited to 'h-source/Application/Views/page.php')
-rw-r--r-- | h-source/Application/Views/page.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Application/Views/page.php b/h-source/Application/Views/page.php index dad60f6..727431c 100644 --- a/h-source/Application/Views/page.php +++ b/h-source/Application/Views/page.php @@ -113,6 +113,13 @@ <?php } ?> </div> + + <?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_value"><b><?php echo $item[$tableName]['it_tracks_users'];?></b></div> + </div> + <?php } ?> <div class="notebook_kernel"> <div class="inner_label"><?php echo gtext("free driver used");?>:</div> |