1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +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

@@ -15,14 +15,14 @@
</p>
<!-- ENDIF -->
<!-- IF .sessions -->
<p>{L_PROFILE_AUTOLOGIN_KEYS}</p>
<p>{L_PROFILE_AUTOLOGIN_KEYS}</p><br />
<table cellspacing="1" class="table1">
<thead>
<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>
</thead>
<tbody>