From 7388d561c3602cf97691e03e1c990bcbf41ac413 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 23 May 2018 14:51:09 +0800 Subject: [PATCH] * 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');?>
+