1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[feature/delete-auto-logins] fix language keys and styling

introduction of language variables instead of hardcoded language.

PHPBB3-9647
This commit is contained in:
Dhruv Goel
2012-04-21 13:28:01 +05:30
parent 124068b0b1
commit 9db1ed6e80
3 changed files with 12 additions and 10 deletions

View File

@@ -18,10 +18,10 @@
<td colspan="4" class="row1">{L_PROFILE_AUTOLOGIN_KEYS}</td>
</tr>
<tr>
<th>Mark</th>
<th>Key</th>
<th>IP</th>
<th>Login-Time</th>
<th>{L_MARK}</th>
<th>{L_LOGIN_KEY}</th>
<th>{L_IP}</th>
<th>{L_LOGIN_TIME}</th>
</tr>
<!-- BEGIN sessions -->
<!-- IF sessions.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->