mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 08:57:03 +02:00
mobile theme improvements
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
<td class="auditcell ip"><?php print $message['ipaddr']; ?></td>
|
||||
<td class="auditcell action"><?php print $actions[$message['action']]; ?></td>
|
||||
<td class="auditcell description"><?php if($message['description'] != $message['shortdescription']) { ?><span title="<?php print $message['description']; ?>"><?php print $message['shortdescription']; ?></span><?php } else { print $message['description']; } ?></td>
|
||||
<td class="auditcell ref"><?php if(Registry::get('auditor_user') == 1 && $message['id'] > 0) { ?><a href="#" onclick="Piler.view_message(<?php print $message['id']; ?>);"><?php } ?><?php print $message['id']; ?><?php if(Registry::get('auditor_user') == 1 && $message['id'] > 0) { ?></a><?php } ?></td>
|
||||
<td class="auditcell ref"><?php if(Registry::get('auditor_user') == 1 && $message['id'] > 0) { ?><a href="#" onclick="Piler.view_message(<?php print $message['id']; ?>);"><?php print $message['id']; ?></a><?php } ?></td>
|
||||
</tr>
|
||||
|
||||
<?php } } else { ?>
|
||||
|
Reference in New Issue
Block a user