From be7d7f8a01ebf297d09fcea72dea1766af50aa7c Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 08 Jul 2009 12:27:47 -0400
Subject: [PATCH] Separated clients and resellers and Fixed FS#775 - Client can choose the servers for it's client
---
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..aa1bdec 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 '<p class="frmTextHead">'.$app->lng('ISPConfig Tools').'</p>';
?>
\ No newline at end of file
--
Gitblit v1.9.1