From 5ce46cc9603ccc153bf26168b18afee0f3b645af Mon Sep 17 00:00:00 2001 From: Dhruv Goel Date: Sat, 31 Mar 2012 00:16:28 +0530 Subject: [feature/delete-auto-logins] User can view/delete auto logins. User has an extra option in UCP->Profile to view the auto logins and clear them. PHPBB3-9647 --- .../template/ucp_profile_autologin_keys.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html (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 new file mode 100644 index 0000000000..ad7b7a920d --- /dev/null +++ b/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html @@ -0,0 +1,45 @@ + + +
+ +

{L_TITLE}

+
+
+ +
+

{ERROR}

+ +

{L_PROFILE_AUTOLOGIN_KEYS}

+ + + + + + + + + + + + + + + +
KeyIPLogin-Time
{sessions.KEY}{sessions.IP}{sessions.LOGIN_TIME}
+ +

{L_PROFILE_NO_AUTOLOGIN_KEYS}

+ +
+
+
+ + +
+ {S_HIDDEN_FIELDS}  + + {S_FORM_TOKEN} +
+ +
+ + -- cgit v1.2.1