From 4eb8d2a054e69aba568d5435fd1420b5a9367207 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Wed, 18 Jul 2012 13:45:49 -0400
Subject: [PATCH] added interface + theme options for the end user
---
interface/web/tools/index.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/tools/index.php b/interface/web/tools/index.php
index e9010cc..ac064f6 100644
--- a/interface/web/tools/index.php
+++ b/interface/web/tools/index.php
@@ -45,6 +45,6 @@
//* Check permissions for module
$app->auth->check_module_permissions('tools');
-echo $app->lng('ISPConfig Tools');
+echo '<h2 class="frmTextHead">'.$app->lng('ISPConfig Tools').'</h2><p>'.$app->lng('ispconfig_tools_note').'</p>';
?>
\ No newline at end of file
--
Gitblit v1.9.1