audit template fix

This commit is contained in:
SJ 2012-09-14 15:03:30 +02:00
parent a6ff431397
commit b2fa1bf3b1

View File

@ -77,17 +77,13 @@
<div class="cellaudit"><?php print $message['ipaddr']; ?></div>
<div class="cellaudit"><?php print $actions[$message['action']]; ?></div>
<div class="cellaudit"><?php if($message['description'] != $message['shortdescription']) { ?><span onmouseover="Tip('<?php print preg_replace("/&/", "&amp;", $message['description']); ?>', BALLOON, true, ABOVE, true)" onmouseout="UnTip()"><?php print $message['shortdescription']; ?></span><?php } else { print $message['description']; } ?></div>
<div class="cellaudit"><?php if($message['piler_id']) { ?><a class="messagelink" href="<?php print SITE_URL; ?>message.php/<?php print $message['piler_id']; ?>"><?php } ?><?php print $message['id']; ?><?php if($message['piler_id']) { ?></a><?php } ?></div>
<div class="cellaudit"><?php print $message['id']; ?></div>
</div>
<?php } ?>
<?php if($n > 0) { for($i=$i; $i<$page_len;$i++){ ?>
<div class="resultrow"></div>
<?php } } ?>
</div>
</div>