diff --git a/bureau/admin/dom_edit.inc.php b/bureau/admin/dom_edit.inc.php
index 431943e0..0eff32ad 100644
--- a/bureau/admin/dom_edit.inc.php
+++ b/bureau/admin/dom_edit.inc.php
@@ -110,7 +110,7 @@ $dom->unlock();
-
-
-
+
+
+
@@ -108,10 +109,20 @@ if ($r['dns_action']=='UPDATE') {?>
}
?>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
show_help("edit_domain"); ?>
-
@@ -202,7 +215,8 @@ sub_domains_edit($domain);
if (!$r['noerase']) {
?>
-
+
+
+
+
diff --git a/bureau/admin/head.php b/bureau/admin/head.php
index ea32dad4..af3f9d8c 100644
--- a/bureau/admin/head.php
+++ b/bureau/admin/head.php
@@ -31,8 +31,8 @@ if (!$charset) $charset="UTF-8";
+
-
diff --git a/bureau/admin/mail_list.php b/bureau/admin/mail_list.php
index 7b85d8b4..15a91e28 100644
--- a/bureau/admin/mail_list.php
+++ b/bureau/admin/mail_list.php
@@ -189,31 +189,31 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
-
-
-
-
- |
-
-
- |
-
-
-
+
+
+
+
+
+
-
- -
-
- - srv_submission); ?>
- - (example : myuser@example.tld)");?>
- - 587
-
-
- - STARTTLS
+
+
+
+
+ - srv_submission); ?>
+ - (example : myuser@example.tld)");?>
+ - 587
+
+
+ - STARTTLS
-
- -
-
+
+
+
- srv_smtp); ?>
- (example : myuser@example.tld)");?>
- 25
@@ -221,9 +221,10 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
- STARTTLS
-
- -
-
+
+
+
- srv_smtps); ?>
- (example : myuser@example.tld)");?>
- 465
@@ -231,64 +232,80 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
- SSL
-
-
- |
-
+
+
+
+
+
+
+
-
- -
-
+
+
+
+
- srv_imap); ?>
- 143
- STARTTLS
-
+
- -
-
+
+
- -
-
+
+
+
- srv_pop3); ?>
- 110
- STARTTLS
-
+
- -
-
|
-
-
+
+
+
+
+
diff --git a/bureau/admin/mem_param.php b/bureau/admin/mem_param.php
index 742155eb..09fa2a9d 100644
--- a/bureau/admin/mem_param.php
+++ b/bureau/admin/mem_param.php
@@ -52,17 +52,29 @@ if (!empty($help_setting)) {
exit();
}
?>
-
-
- :
-
+
+
+
+
+user["su"]) { ?>
+
+
+
+
+
+user["canpass"]) {
+ echo " ";
__("You cannot change your password");
echo " ";
} else {
-
+echo " ";
__("help_chg_passwd"); ?>
-
+
+
+
user["su"]) {
?>
-
-
- :
-
+
-
+
+
+
diff --git a/bureau/admin/styles/style.css b/bureau/admin/styles/style.css
index 9b80ccb7..0f148d2c 100644
--- a/bureau/admin/styles/style.css
+++ b/bureau/admin/styles/style.css
@@ -687,6 +687,13 @@ div.progress-bar div.txt {
padding-left: 30px;
}
+.settings a, a.settings, input.settings {
+ background-image: url(../icon/settings.png);
+ background-repeat: no-repeat;
+ background-position: 8px 3px;
+ padding-left: 30px;
+}
+
.ok a, a.ok, input.ok {
background-image: url(../icon/ok.png);
background-repeat: no-repeat;
@@ -856,7 +863,7 @@ div.progress-bar div.txt {
}
.mem a, a.mem, input.mem, .mem-menu .menu-title {
- background-image: url(../images/config.png);
+ background-image: url(../images/settings.png);
background-repeat: no-repeat;
background-position: 8px 3px;
padding-left: 30px;
@@ -869,3 +876,46 @@ div.progress-bar div.txt {
padding-left: 30px;
}
+body .ui-widget-content {
+/* margin-top: 15px; */
+}
+
+body .ui-widget-header {
+ background: #CFE3F1;
+}
+
+body .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
+ color: #0D5689;
+}
+
+body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
+ background: #F0F0F4;
+}
+
+body .ui-state-active, body .ui-widget-content, body .ui-state-active, body .ui-widget-header .ui-state-active {
+ background: #F0F0F4;
+}
+
+body .ui-state-active a, body .ui-state-active a:link {
+ color: black;
+ font-weight: none;
+}
+
+body .ui-tabs .ui-tabs-panel {
+ background: #F0F0F4;
+}
+
+body .ui-tabs .ui-tabs-nav li a {
+ padding: .5em 1em .5em 30px;
+}
+
+body .ui-state-active, body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-active,
+body ui-state-hover, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover, body .ui-state-focus, body .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
+body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
+ font-weight: normal;
+}
+
+body .ui-dialog .ui-dialog-title {
+ color: black;
+}
+
diff --git a/bureau/class/functions.php b/bureau/class/functions.php
index 5fbdd7b4..a9495f4f 100644
--- a/bureau/class/functions.php
+++ b/bureau/class/functions.php
@@ -656,7 +656,7 @@ function display_browser($dir="", $caller="main.dir", $width=350, $height=450) {
document.write(' ');
document.write('');
- document.write(' ');
+ document.write(' ');
document.write(' ');
// -->
diff --git a/bureau/class/m_mem.php b/bureau/class/m_mem.php
index afb695df..71adce52 100644
--- a/bureau/class/m_mem.php
+++ b/bureau/class/m_mem.php
@@ -61,7 +61,7 @@ class m_mem {
function hook_menu() {
$obj = array(
'title' => _("Settings"),
- 'ico' => 'images/config.png',
+ 'ico' => 'images/settings.png',
'link' => 'mem_param.php',
'pos' => 160,
) ;
|