From c31392fdad4294d10e787bbb20eac8dbfe814e9a Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Wed, 21 Nov 2012 00:55:46 +0000 Subject: [PATCH] * finish task#911. --- module/story/view/batchclose.html.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/module/story/view/batchclose.html.php b/module/story/view/batchclose.html.php index 2c901a14cd..0057f6f650 100755 --- a/module/story/view/batchclose.html.php +++ b/module/story/view/batchclose.html.php @@ -11,8 +11,9 @@ */ ?> +
"> - +
@@ -32,7 +33,7 @@
status == 'draft') unset($this->lang->story->reasonList['cancel']); - echo html::select("closedReasons[$story->id]", $lang->story->reasonList, $story->closedReason, "class=w-70px onchange=setDuplicateAndChild(this.value,$story->id)"); + echo html::select("closedReasons[$story->id]", $lang->story->reasonList, 'done', "class=w-70px onchange=setDuplicateAndChild(this.value,$story->id)"); ?>
id;?>' closedReason != 'duplicate') echo "style='display:none'";?>> @@ -44,10 +45,14 @@
- + - +
story->common . $lang->colon . $lang->story->batchClose;?>
idAB;?> id]", $lang->story->reasonList, $story->closedReason, 'class="w-60px" disabled="disabled"');?> +
+ id]", $lang->story->reasonList, $story->closedReason, 'class="w-60px" disabled="disabled"');?> +
+
id]", '', "rows='2' class='area-1'");?>id]", '', "rows='1' class='area-1'");?>