From 64a4ec67a91cd8e7ebe5b561ec49f1939aab6330 Mon Sep 17 00:00:00 2001
From: Axel ROGER <axel.roger2@gmail.com>
Date: Mon, 21 Jan 2013 16:07:40 +0000
Subject: [PATCH] Tips is now a link to the users' quota management page

---
 bureau/admin/quotas_users.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bureau/admin/quotas_users.php b/bureau/admin/quotas_users.php
index ff0d7e2b..783e36d8 100644
--- a/bureau/admin/quotas_users.php
+++ b/bureau/admin/quotas_users.php
@@ -27,7 +27,7 @@ if (isset($error) && $error) {
 ?>
 <p>
 <?php __("This page shows the space and service count of your AlternC server and each AlternC accounts.");
-echo "<br /><br />"; __('If you want to manage them, go to "Administration -> Manage the Alternc accounts" menu'); ?>
+echo "<br /><br />"; __("If you want to manage them, go to <a href="adm_list.php">Administration -> Manage the Alternc accounts</a>"); ?>
 </p>
 <p>
 <?php printf(_("Sizes are shown as %s"),($mode==0 || $mode==4)?_("MB."):_("% of the total.")); ?>