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:
@@ -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>
|
||||
|
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user