1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +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>

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