From 7983d567db618190006ee7a205db8c36544e7af1 Mon Sep 17 00:00:00 2001 From: azhi Date: Thu, 8 Aug 2013 09:24:56 +0800 Subject: [PATCH 01/10] * code for task#1678. --- www/js/my.full.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/js/my.full.js b/www/js/my.full.js index 19193fc2bb..af06c77518 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -300,12 +300,14 @@ function toggleTreeBox() function() { $('.side').hide() + $('.divider').hide() $('.treeSlider span').css("border-right", "0 none"); $('.treeSlider span').css("border-left", "4px solid #000000"); }, function() { $('.side').show() + $('.divider').show() $('.treeSlider span').css("border-right", "4px solid #000000"); $('.treeSlider span').css("border-left", "0 none"); } From df52457ceff5bedb9a20adb35c3d07c4f5e9697c Mon Sep 17 00:00:00 2001 From: azhi Date: Thu, 8 Aug 2013 09:34:52 +0800 Subject: [PATCH 02/10] * code for task#1678. --- module/common/view/action.html.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/module/common/view/action.html.php b/module/common/view/action.html.php index 36500a98bf..cd2f2c0e57 100755 --- a/module/common/view/action.html.php +++ b/module/common/view/action.html.php @@ -132,14 +132,14 @@ $(function(){ action->printAction($action);?> history)) echo " ";?> - - id)'")?> - comment) or !empty($action->history)):?> comment)) echo "
";?> + + id)'")?> + comment) { @@ -148,7 +148,6 @@ $(function(){ echo "
"; } ?> -