aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-04-21 13:28:01 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-05-17 14:02:36 +0530
commit9db1ed6e804e1ebf536b81d1d68daf44d558c2e1 (patch)
treeb5bd515e92ba5ef091d4119ccbc2c5d1d931cae4 /phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
parent124068b0b1c05df692a81b529e03f9a22702d270 (diff)
downloadforums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar.gz
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar.bz2
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.tar.xz
forums-9db1ed6e804e1ebf536b81d1d68daf44d558c2e1.zip
[feature/delete-auto-logins] fix language keys and styling
introduction of language variables instead of hardcoded language. PHPBB3-9647
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html b/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
index e4dd954d39..143cb925ec 100644
--- a/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
+++ b/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
@@ -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>