From 7388d561c3602cf97691e03e1c990bcbf41ac413 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 23 May 2018 14:51:09 +0800 Subject: [PATCH 1/2] * Adjust contact list box. --- module/story/view/edit.html.php | 6 ++++-- module/task/view/edit.html.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 25adb49cdb..e97df76e81 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -146,8 +146,10 @@ story->mailto;?> - mailto), "class='form-control' multiple");?> - fetch('my', 'buildContactLists')?> +
+ mailto), "class='form-control' multiple");?> +
fetch('my', 'buildContactLists')?>
+
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 89b83fb61b..3cd057ab22 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -126,8 +126,10 @@ task->mailto;?> - acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?> - fetch('my', 'buildContactLists');?> +
+ acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?> +
fetch('my', 'buildContactLists');?>
+
From 483df2da308752636f5108a2fd13db06df1975b8 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 23 May 2018 15:21:52 +0800 Subject: [PATCH 2/2] * Finish task #4307. --- module/product/css/common.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 module/product/css/common.css diff --git a/module/product/css/common.css b/module/product/css/common.css new file mode 100644 index 0000000000..78efcd5d86 --- /dev/null +++ b/module/product/css/common.css @@ -0,0 +1 @@ +#whitelistBox .checkbox-primary, #whitelistBox .radio-inline{margin-left: 10px; display: inline-block; padding-left: 0px; padding-right: 10px;}