mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Minor improvements (#826)
This commit is contained in:
parent
7c49ed0755
commit
c89bf3531b
2 changed files with 2 additions and 5 deletions
|
@ -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,
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue