1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13590] Headers of remember me login keys are not centered

Corrected a few other files as well

PHPBB3-13590
This commit is contained in:
RMcGirr83
2015-02-27 12:21:53 -05:00
committed by Richard McGirr
parent 3ac583271f
commit c3720739cb
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 -->