From cf8190ffc604cce6d3c441f3aed7aaf594007e13 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sun, 14 Dec 2008 13:28:19 -0500 Subject: [PATCH] The user can now "jump" to the webmailer and to phpmyadmin direct from within the corresponding list. --- 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 ab01dc4..efea112 100644 --- a/interface/web/themes/default/css/screen/content_ispc.css +++ b/interface/web/themes/default/css/screen/content_ispc.css @@ -289,5 +289,6 @@ .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"); } + .icons16.icoWebmailer { background-image: url("../../icons/x16/mails_arrow.png"); } } -- Gitblit v1.9.1