1
0
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:
Marc Alexander
2015-03-05 13:56:01 +01:00
6 changed files with 28 additions and 22 deletions

View File

@@ -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 -->