aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
diff options
context:
space:
mode:
authorRMcGirr83 <rmcgirr83@gmail.com>2015-02-27 12:21:53 -0500
committerRichard McGirr <rmcgirr83@gmail.com>2015-03-04 06:00:27 -0500
commitc3720739cbe35d35654b5dedce78c7436cc3c07e (patch)
treed6b924decea1c8dda2bbce761eea85a9c854ccdb /phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
parent3ac583271f9d2557a1a89ab90e40f9baf6ed8b6d (diff)
downloadforums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar.gz
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar.bz2
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.tar.xz
forums-c3720739cbe35d35654b5dedce78c7436cc3c07e.zip
[ticket/13590] Headers of remember me login keys are not centered
Corrected a few other files as well PHPBB3-13590
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html b/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
index 6fec0b8aed..65909b7068 100644
--- a/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
+++ b/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
@@ -10,19 +10,19 @@
<table class="table1">
<thead>
<tr>
- <th>{L_LOGIN_KEY}</th>
- <th>{L_IP}</th>
- <th>{L_LOGIN_TIME}</th>
- <th class="mark">{L_MARK}</th>
+ <th class="name">{L_LOGIN_KEY}</th>
+ <th class="center">{L_IP}</th>
+ <th class="center">{L_LOGIN_TIME}</th>
+ <th class="center mark">{L_MARK}</th>
</tr>
</thead>
<tbody>
<!-- BEGIN sessions -->
<!-- IF sessions.S_ROW_COUNT is even --><tr class="bg1"><!-- ELSE --><tr class="bg2"><!-- ENDIF -->
<td><label for="{sessions.KEY}">{sessions.KEY}</label></td>
- <td style="text-align: center">{sessions.IP}</td>
- <td style="text-align: center">{sessions.LOGIN_TIME}</td>
- <td style="text-align: center" class="mark"><input type="checkbox" name="keys[]" value="{sessions.KEY}" id="{sessions.KEY}" /></td>
+ <td class="center">{sessions.IP}</td>
+ <td class="center">{sessions.LOGIN_TIME}</td>
+ <td class="center mark"><input type="checkbox" name="keys[]" value="{sessions.KEY}" id="{sessions.KEY}" /></td>
</tr>
<!-- BEGINELSE -->
<tr><td colspan="4" class="bg1" style="text-align: center">{L_PROFILE_NO_AUTOLOGIN_KEYS}</td></tr>