From 43ff689c19e9c9e785cabd61a74e2b242ce40afd Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 16 Sep 2015 16:25:33 +0800 Subject: [PATCH] + add for task 2283. --- module/productplan/view/batchedit.html.php | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 module/productplan/view/batchedit.html.php diff --git a/module/productplan/view/batchedit.html.php b/module/productplan/view/batchedit.html.php new file mode 100644 index 0000000000..9daaaf2252 --- /dev/null +++ b/module/productplan/view/batchedit.html.php @@ -0,0 +1,43 @@ + + * @package productplan + * @version $Id$ + * @link http://www.zentao.net + */ +?> + + +
+
productplan->batchEdit;?>
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
productplan->id?>productplan->title?>productplan->begin?>productplan->end?>
id . html::hidden("id[$plan->id]", $plan->id);?>id]", $plan->title, "class='form-control'")?>id]", $plan->begin, "class='form-control form-date'")?>id]", $plan->end, "class='form-control form-date'")?>
+
+