Menage
This commit is contained in:
parent
8c8cdf378b
commit
645431acd6
|
@ -324,9 +324,7 @@ bureau/admin/sta2_list.php -text
|
||||||
bureau/admin/stats_members.php -text
|
bureau/admin/stats_members.php -text
|
||||||
bureau/admin/styles/passwordStrengthMeter.css -text
|
bureau/admin/styles/passwordStrengthMeter.css -text
|
||||||
bureau/admin/styles/style.css -text
|
bureau/admin/styles/style.css -text
|
||||||
bureau/admin/template.php -text
|
|
||||||
bureau/admin/trash_dateselect.php -text
|
bureau/admin/trash_dateselect.php -text
|
||||||
bureau/admin/web_list.php -text
|
|
||||||
bureau/admin/webmail/.htaccess -text
|
bureau/admin/webmail/.htaccess -text
|
||||||
bureau/admin/webmail/index.php -text
|
bureau/admin/webmail/index.php -text
|
||||||
bureau/class/config.php -text
|
bureau/class/config.php -text
|
||||||
|
|
|
@ -78,7 +78,7 @@ if (!empty($mails_list)) {
|
||||||
<h3><?php printf(_("Email addresses of the domain %s"),$domain); ?> : </h3>
|
<h3><?php printf(_("Email addresses of the domain %s"),$domain); ?> : </h3>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (isset($error)) {
|
if (isset($error) && !empty($error)) {
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -49,7 +49,7 @@ if ($q["t"] > 0 && $r["u"] > 0) {
|
||||||
$domlist = $mail->enum_domains();
|
$domlist = $mail->enum_domains();
|
||||||
foreach($domlist as $l => $v){
|
foreach($domlist as $l => $v){
|
||||||
?>
|
?>
|
||||||
<li><a href="mail_list.php?domain=<?php echo urlencode($v["domaine"]) ?>&domain_id=<?php echo urlencode($v["id"]) ?>"><?php echo $v["domaine"] ?> (<?php echo $v["nb_mail"]; ?>)</a></li>
|
<li><a href="mail_list.php?domain_id=<?php echo urlencode($v["id"]) ?>"><?php echo $v["domaine"] ?> (<?php echo $v["nb_mail"]; ?>)</a></li>
|
||||||
<?php
|
<?php
|
||||||
}?>
|
}?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -1,39 +0,0 @@
|
||||||
<?php
|
|
||||||
/*
|
|
||||||
$Id: template.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
AlternC - Web Hosting System
|
|
||||||
Copyright (C) 2002 by the AlternC Development Team.
|
|
||||||
http://alternc.org/
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
Based on:
|
|
||||||
Valentin Lacambre's web hosting softwares: http://altern.org/
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
LICENSE
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License (GPL)
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
To read the license please visit http://www.gnu.org/copyleft/gpl.html
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
Original Author of file:
|
|
||||||
Purpose of file:
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
*/
|
|
||||||
require_once("../class/config.php");
|
|
||||||
|
|
||||||
include("head.php");
|
|
||||||
?>
|
|
||||||
<title>Administration du compte</title>
|
|
||||||
</head>
|
|
||||||
<body leftmargin="2" rightmargin="2" topmargin="2" bottommargin="2" bgcolor="#FFFFF0">
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
<?php if ($quota->cancreate("webaccess")) { ?>
|
|
||||||
<a href="hta_add.php"><?php __("Protect a folder"); ?></a><br />
|
|
||||||
<?php } ?>
|
|
Loading…
Reference in New Issue