diff --git a/module/execution/js/edit.js b/module/execution/js/edit.js
index 0c09b6bfe8..3955629251 100644
--- a/module/execution/js/edit.js
+++ b/module/execution/js/edit.js
@@ -71,6 +71,6 @@ $(function()
{
$('#submit').after("");
}
- $("#syncStories").val(confirm(confirmSyncStories) ? 'yes' : 'no');
+ $("#syncStories").val(confirm(confirmSync) ? 'yes' : 'no');
});
})
diff --git "a/module/execution/view/\\" "b/module/execution/view/\\"
new file mode 100644
index 0000000000..aa7fc31b38
--- /dev/null
+++ "b/module/execution/view/\\"
@@ -0,0 +1,142 @@
+
+ * @package ZenTaoPMS
+ * @version $Id: index.html.php 4129 2013-01-18 01:58:14Z wwccss $
+ */
+?>
+
+
+
+
+
execution->batchEdit;?>
+
+ createLink('custom', 'ajaxSaveCustomFields', 'module=execution§ion=custom&key=batchEditFields')?>
+
+
+
+ execution->edit->requiredFields) as $field)
+ {
+ if($field)
+ {
+ $requiredFields[$field] = '';
+ if(strpos(",{$config->execution->customBatchEditFields},", ",{$field},") !== false) $visibleFields[$field] = '';
+ }
+ }
+ $minWidth = (count($visibleFields) > 5) ? 'w-150px' : '';
+
+ $name = $from == 'execution' ? 'execName' : 'name';
+ $code = $from == 'execution' ? 'execCode' : 'code';
+ $PM = $from == 'execution' ? 'execPM' : 'PM';
+ $type = $from == 'execution' ? 'execType' : 'type';
+ $desc = $from == 'execution' ? 'execDesc' : 'desc';
+ $status = $from == 'execution' ? 'execStatus' : 'status';
+
+ ?>
+
+
+execution->weekend);?>
+execution->confirmSync);?>
+project);?>
+
diff --git a/module/execution/view/edit.html.php b/module/execution/view/edit.html.php
index 7c664b9c0a..449d728f84 100644
--- a/module/execution/view/edit.html.php
+++ b/module/execution/view/edit.html.php
@@ -220,6 +220,6 @@
execution->notAllowRemoveProducts);?>
-execution->confirmSyncStories);?>
+execution->confirmSync);?>
systemMode);?>