diff --git a/module/story/view/batchclose.html.php b/module/story/view/batchclose.html.php index 170f5d47e9..27d360827f 100755 --- a/module/story/view/batchclose.html.php +++ b/module/story/view/batchclose.html.php @@ -42,11 +42,13 @@
| - + status == 'draft' ? $closedReasonList = array_diff_key($reasonList, array('cancel' => '')) : $reasonList; + echo html::select("closedReasons[$storyID]", $closedReasonList, 'done', "class=form-control onchange=setDuplicateAndChild(this.value,$storyID) style='min-width: 80px'"); + ?> | ' closedReason != 'duplicate') echo "style='display:none'";?>> searchAB}'");?> |