1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00

Admin-UI: Fixed styling of dropdown actions in admin->users.

This commit is contained in:
Cameron
2015-07-22 14:09:55 -07:00
parent f38619ef77
commit 5eb93a079b
2 changed files with 135 additions and 29 deletions

View File

@@ -294,8 +294,8 @@ define("USFLAN_6", "User ID");
define("USFLAN_7", "User Information");
define("USRLAN_AS_1", "Login as %s"); //FIXME use [x]
define("USRLAN_AS_2", "Logout from %s account");
define("USRLAN_AS_1", "Login as [x]");
define("USRLAN_AS_2", "Logout from [x] account");
define("USRLAN_AS_3", "You are already logged in as another user account. Please logout first.");
// Always search lan_admin.php before adding more.