* code for task #12372.

This commit is contained in:
z
2020-09-03 16:32:39 +08:00
parent 442d4bedad
commit 40dbb5b53a
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
}
}
?>
<form class='load-indicator main-form' method='post' target='hiddenwin' id='batchCreateForm'>
<form class='main-form' method='post' target='hiddenwin' id='batchCreateForm'>
<div class="table-responsive">
<table class='table table-form'>
<thead>
+1 -1
View File
@@ -42,7 +42,7 @@
}
$columns = count($visibleFields) + 2;
?>
<form class='load-indicator main-form' method='post' target='hiddenwin' action="<?php echo inLink('batchEdit', "productID=$productID")?>" id='batchEditForm'>
<form class='main-form' method='post' target='hiddenwin' action="<?php echo inLink('batchEdit', "productID=$productID")?>" id='batchEditForm'>
<div class="table-responsive">
<table class='table table-form'>
<thead>
+1 -1
View File
@@ -77,7 +77,7 @@ js::set('productID' , $bug->product);
<th><?php echo $lang->bug->status;?></th>
<td><?php echo html::hidden('status', 'resolved');?></td>
</tr>
<?php $this->printExtendFields($bug, 'table');?>
<?php $this->printExtendFields($bug, 'table', "columns=3");?>
<tr>
<th><?php echo $lang->bug->files;?></th>
<td colspan='2'><?php echo $this->fetch('file', 'buildform', 'fileCount=1&percent=0.85');?></td>
+1 -1
View File
@@ -52,7 +52,7 @@
<td><?php echo html::input('end', $plan->end != '2030-01-01' ? formatTime($plan->end) : '', 'class="form-control form-date"');?></td>
<td colspan='2'><?php echo html::radio('delta', $lang->productplan->endList , '', "onclick='computeEndDate(this.value)'");?></td>
</tr>
<?php $this->printExtendFields($plan, 'table');?>
<?php $this->printExtendFields($plan, 'table', 'columns=3');?>
<tr>
<th><?php echo $lang->productplan->desc;?></th>
<td colspan='3'><?php echo html::textarea('desc', htmlspecialchars($plan->desc), "rows='10' class='form-control kindeditor' hidefocus='true'");?></td>
+1 -1
View File
@@ -90,7 +90,7 @@
<td></td>
<td></td>
</tr>
<?php $this->printExtendFields('', 'table');?>
<?php $this->printExtendFields('', 'table', 'columns=3');?>
<tr <?php if($config->global->flow == 'onlyTask') echo "class='hidden'";?>>
<th><?php echo $lang->project->manageProducts;?></th>
<td class='text-left' id='productsBox' colspan="3">
+1 -1
View File
@@ -182,7 +182,7 @@
<th><?php echo $lang->story->status;?></th>
<td><?php echo html::hidden('status', 'draft');?></td>
</tr>
<?php $this->printExtendFields('', 'table');?>
<?php $this->printExtendFields('', 'table', 'columns=4');?>
<tr>
<th><?php echo $lang->story->legendAttatch;?></th>
<td colspan='4'><?php echo $this->fetch('file', 'buildform');?></td>
+1 -1
View File
@@ -69,7 +69,7 @@
<th><?php echo $lang->task->status;?></th>
<td><?php echo html::hidden('status', 'wait');?></td>
</tr>
<?php $this->printExtendFields('', 'table');?>
<?php $this->printExtendFields('', 'table', 'columns=3');?>
<?php if(strpos(",$showFields,", ',story,') !== false and $config->global->flow != 'onlyTask' and $project->type != 'ops'):?>
<tr>
<th><?php echo $lang->task->story;?></th>