From 71f84164805293a2ab5c70ec49799ee8bfa5eac3 Mon Sep 17 00:00:00 2001 From: Dhruv Goel Date: Fri, 13 Apr 2012 21:29:31 +0530 Subject: [feature/delete-auto-logins] improved styling and fixes language Table ahs been styled. Date is now formatted properly instead of the unix timestamp being displayed earlier. fixes small mistake in language entry PHPBB3-9647 --- .../prosilver/template/ucp_profile_autologin_keys.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html b/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html index 89913d21bf..e4dd954d39 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html +++ b/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html @@ -16,21 +16,25 @@

{L_PROFILE_AUTOLOGIN_KEYS}

- +
+ - + + + - - - - - + + + + + +
Mark Key IP Login-Time
{sessions.KEY}{sessions.IP}{sessions.LOGIN_TIME}
{sessions.IP}{sessions.LOGIN_TIME}

{L_PROFILE_NO_AUTOLOGIN_KEYS}

-- cgit v1.2.1