* code for task#848.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-25 02:39:11 +00:00
parent c6703a9161
commit 5c1eee7091
9 changed files with 3 additions and 14 deletions
+1 -4
View File
@@ -12,10 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<script>
var batchCreateNum = '<?php echo $config->task->batchCreate;?>';
var noResultsMatch = '<?php echo $lang->noResultsMatch;?>';
</script>
<script> var batchCreateNum = '<?php echo $config->task->batchCreate;?>'; </script>
<form method='post'>
<table class='table-1 fixed'>
<caption><?php echo $lang->task->project . $lang->colon . $lang->task->batchCreate;?></caption>