diff --git a/bureau/admin/bro_main.php b/bureau/admin/bro_main.php index 4d406d9b..45517a4f 100644 --- a/bureau/admin/bro_main.php +++ b/bureau/admin/bro_main.php @@ -135,16 +135,37 @@ if ($c===false) $error=$err->errstr();
-
-user["login"]; ?> / PathList($R,"bro_main.php") ?>
-$error"; ?> -
+ +$error"; ?> + + + + +
+ +
+ + + +
+ + +
+ " /> + +
+ +
  + +
- +
" />" />
/> /> @@ -153,6 +174,7 @@ if ($c===false) $error=$err->errstr();
+
@@ -219,27 +241,30 @@ if (count($c)) { -
+ +
+ + + + +
+ +" /> +" /> +" /> +  |  +" /> +" /> + + -                         -" /> -" /> -" /> -      

-" /> -" /> :  - -
+
"; +echo ""; +?> + + + + + + + + + "; } $e = $bro->is_extractable($R,$c[$i]["name"]); if ($e) { - echo ""; + echo " "; echo _("Extract"); echo ""; } @@ -476,24 +518,34 @@ else { ?> -
+ +
+
- - - - -
-    - - " /> -
-

 

+

+ +

+is_protected($R)) { +echo ""._("Edit this folder's restrictions").""; +} +else { +echo ""._("Protect this folder").""; +} +?> +

+ + +   + l_tgz[$p["downfmt"]]); ?> + +

+ + + +

' . _("Show disk usage of directories (slow)") . '

'; - if ($id=$ftp->is_ftp($R)) { echo _("There is an ftp account in this folder")." "._("Click here to edit this ftp account.")."
"; } @@ -501,16 +553,7 @@ else { echo ""._("Click here to create an ftp account in this folder.")."
"; } -if ($hta->is_protected($R)) { -echo ""._("This folder has restricted access")."
"; -} -else { -echo ""._("Click here to protect this folder with login/password")."
"; -} ?> -
- (l_tgz[$p["downfmt"]]; ?>)
-
diff --git a/bureau/admin/browseforfolder.php b/bureau/admin/browseforfolder.php index 5b6c22a2..fc505fe8 100644 --- a/bureau/admin/browseforfolder.php +++ b/bureau/admin/browseforfolder.php @@ -130,7 +130,7 @@ if ($errbrowsefold) { -
+
" class="inb" />  " class="inb" onclick="window.close();" />  diff --git a/bureau/admin/dom_edit.php b/bureau/admin/dom_edit.php index 9a97d787..f005ddfa 100644 --- a/bureau/admin/dom_edit.php +++ b/bureau/admin/dom_edit.php @@ -58,18 +58,19 @@ function dnsoff() { document.forms["dns"].mail.disabled=false; } -

+

$error

"; } ?>
+
-

+ @@ -85,6 +88,8 @@ for($i=0;$i<$r["nsub"];$i++) {
- &sub="><?php __(" /> &sub="><?php __(" /> + + + " target="_blank"> '.htmlspecialchars($r["sub"][$i]["dest"]).'' : htmlspecialchars($r["sub"][$i]["dest"]); ?> 

+
+
@@ -97,10 +102,10 @@ for($i=0;$i<$r["nsub"];$i++) { - @@ -122,8 +127,8 @@ for($i=0;$i<$r["nsub"];$i++) { - - + +
+  
" />
" />
@@ -170,7 +175,7 @@ if (!$r[noerase]) {

-" /> +" />


diff --git a/bureau/admin/styles/style.css b/bureau/admin/styles/style.css index 73aab72f..eadd0557 100644 --- a/bureau/admin/styles/style.css +++ b/bureau/admin/styles/style.css @@ -21,7 +21,7 @@ body.light { .hlp { font-family: Helvetica, Tahoma, sans-serif; - font-size: 10px; + font-size: 11px; color: #202020; } @@ -33,13 +33,16 @@ td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; + padding-right: 10px; } th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; - color: #007799; - font-weight: bold + color: black; + background: #F1F8FD; + font-weight: normal; + text-align: left; } h3 { @@ -47,8 +50,9 @@ h3 { font-size: 18px; font-weight: bold; color: #10507C; - text-align: center; - padding: 10px; + text-align: left; + padding: 11px; + padding-left: 0; margin: 0px; } @@ -76,24 +80,71 @@ hr { .inc, .inl { border: 1px solid black; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; + font-size: 10px; border-style: none; color: black; } .inb { - border: 1px solid black; - background-color: white; + border: 1px solid #999; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; + padding: 4px; + padding-left: 6px; + padding-right: 6px; color: black; + background-color: #CFE3F1; + cursor: pointer; +} +.inb:hover { + background-color: #BFD3E1; } +.ina { + border: 1px solid #999; + background-color: #F1F8FD; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 2px 4px 2px 4px; + color: black; + +} +.ina:hover { + border: 1px solid #999; + background-color: #CFE3F1; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding: 2px 4px 2px 4px; + color: black; + cursor: pointer; +} +.ina a { + color: black; +} +.ina a:hover { + text-decoration: none; + color: black; +} + +.ina img { + vertical-align: middle; + padding: 2px; +} +.bff { + border: 1px solid #999; + background-color: #F1F8FD; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + padding-left: 2px; + padding-right: 4px; + color: black; + cursor: pointer; +} .int { border: 1px dotted black; background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; + font-size: 10px; padding-left: 2px; padding-right: 2px; color: black; @@ -288,4 +339,14 @@ a:hover { .bold { font-weight: bold; +} + + +#sendthisfile { + margin-top: 6px; +} + +.breadcrumb { + font-size: 12px; + } \ No newline at end of file