From 5c4970210d62fb6b5c8b6a4e59c6648d80939c7a Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sun, 14 Dec 2008 07:31:52 -0500 Subject: [PATCH] It is now possible to "login as" as admin from the user-list It is now possible to redirect to a different url as result of the loadContent AJAX function --- interface/web/themes/default/css/screen/content_ispc.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css index 4a33732..ab01dc4 100644 --- a/interface/web/themes/default/css/screen/content_ispc.css +++ b/interface/web/themes/default/css/screen/content_ispc.css @@ -288,5 +288,6 @@ .icons16.icoFilter { background-image: url(../../icons/x16/funnel.png); } .icons16.icoEdit { background-image: url("../../icons/x16/wrench.png"); } .icons16.icoDbAdmin { background-image: url("../../icons/x16/database.png"); } + .icons16.icoLoginAs { background-image: url("../../icons/x16/user_go.png"); } } -- Gitblit v1.9.1