From f24611293ff13de00f483dc6d0a025b32aec2b42 Mon Sep 17 00:00:00 2001 From: spiralvoice Date: Fri, 16 Jul 2010 13:58:39 +0000 Subject: [PATCH] patch #7245 --- distrib/ChangeLog | 1 + src/daemon/common/commonMessages.ml | 4 + src/daemon/driver/driverCommands.ml | 167 +++++++++++++++++++----------------- 3 files changed, 91 insertions(+), 81 deletions(-) diff --git a/distrib/ChangeLog b/distrib/ChangeLog index e01b5c8f..7e147bb7 100644 --- a/distrib/ChangeLog +++ b/distrib/ChangeLog @@ -15,6 +15,7 @@ ChangeLog ========= 2010/07/16 +7245: HTML: Fix unstable option sections links position (ygrek) 7210: upload scheduler: correctly handle clock jumps (ygrek) 7219: fsync rename options files (ygrek) diff --git a/src/daemon/common/commonMessages.ml b/src/daemon/common/commonMessages.ml index 16fe0cb2..eb9228e4 100644 --- a/src/daemon/common/commonMessages.ml +++ b/src/daemon/common/commonMessages.ml @@ -233,6 +233,10 @@ a:hover { font-family: Verdana; font-size: 8px; } +.hcenter { + margin-left: auto; + margin-right: auto; +} td.fbig { color: @color_general_text@; cursor: pointer; diff --git a/src/daemon/driver/driverCommands.ml b/src/daemon/driver/driverCommands.ml index 9a090008..d03ebf18 100644 --- a/src/daemon/driver/driverCommands.ml +++ b/src/daemon/driver/driverCommands.ml @@ -1863,12 +1863,13 @@ let _ = "voo", Arg_multiple (fun args o -> let buf = o.conn_buf in + let put fmt = Printf.bprintf buf fmt in let changed_list = List.sort (fun d1 d2 -> compare d1 d2) (List.filter (fun o -> o.option_value <> o.option_default && not (String2.starts_with o.option_name "enable_") ) (CommonInteractive.all_simple_options ())) in if use_html_mods o then begin - Printf.bprintf buf "\\