* code for task#848.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user