Minor improvements (#826)

This commit is contained in:
Roman Kelesidis 2023-07-01 16:14:05 +07:00 committed by GitHub
commit c89bf3531b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -281,8 +281,7 @@ if ($log_rowset) {
'TOPIC_HREF_NEW_S' => url_arg($url, $topic_key, $row['log_topic_id_new']),
'TOPIC_TITLE_NEW' => $topic_title_new,
'DATE' => bb_date($row['log_time'], 'j-M'),
'TIME' => bb_date($row['log_time'], 'H:i'),
'DATETIME' => bb_date($row['log_time'], 'H:i d-M-Y'),
'DATETIME_HREF_S' => $datetime_href_s,
'MSG' => $msg,
'ROW_CLASS' => $row_class,

View file

@ -135,9 +135,7 @@
<div class="small"><i>{log.USER_IP}</i></div>
</td>
<td class="small tCenter nowrap" style="line-height: 14px;">
<div>{log.TIME}</div>
<div><a class="small" href="{log.DATETIME_HREF_S}"><span class="small"><i>{log.DATE}</i></span></a>
</div>
<div><a class="small" href="{log.DATETIME_HREF_S}"><span class="small"><i>{log.DATETIME}</i></span></a></div>
</td>
<td class="med" style="line-height: 14px;">
<!-- IF log.MSG -->