diff options
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/page.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Views/page.php b/h-source/Application/Views/page.php index 6b7e539..e59aa87 100644 --- a/h-source/Application/Views/page.php +++ b/h-source/Application/Views/page.php @@ -36,6 +36,10 @@ <?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 } ?> + + <?php if ( strcmp($item[$tableName]['it_tracks_users'],'yes') === 0 ) { ?> + <?php echo $tracksHelpTop;?> + <?php } ?> <div class="notebook_model"> <img align="top" class="catalogue_item_icon" src="<?php echo Hardware::getIconFromType($item[$tableName]['type']);?>"> <span class="span_model_name"><?php echo gtext("model");?>: <b><?php echo $item[$tableName]['model'];?></b><span class="model_id">(<?php echo gtext("model id");?>: <?php echo $id_hard;?>)</span></span> |