mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #3454 from RMcGirr83/ticket/13590
[ticket/13590] Headers of remember me login keys are not centered
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{L_LOGIN_KEY}</th>
|
||||
<th>{L_IP}</th>
|
||||
<th>{L_LOGIN_TIME}</th>
|
||||
<th>{L_MARK}</th>
|
||||
<th class="center">{L_IP}</th>
|
||||
<th class="center">{L_LOGIN_TIME}</th>
|
||||
<th class="center">{L_MARK}</th>
|
||||
</tr>
|
||||
<!-- BEGIN sessions -->
|
||||
<!-- IF sessions.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user