* Skip form staging.

This commit is contained in:
tianshujie
2023-03-13 14:00:16 +08:00
parent abd13912cf
commit c524e23d7e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<div class='panel-title'><?php echo $lang->bug->report->select;?></div>
</div>
<div class='panel-body'>
<form method='post' id='chartTypesForm'>
<form method='post' id='chartTypesForm' class='no-stash'>
<div class='checkboxes'>
<?php echo html::checkBox('charts', $lang->bug->report->charts, $checkedCharts, '', 'block');?>
</div>
+1 -1
View File
@@ -15,7 +15,7 @@
<div class='main-header'>
<h2><?php echo $lang->execution->fixFirst;?></h2>
</div>
<form target='hiddenwin' method='post'>
<form target='hiddenwin' method='post' class='no-stash'>
<table class='table table-form'>
<tr>
<td>
+1 -1
View File
@@ -28,7 +28,7 @@
<div class='panel-title'><?php echo $lang->story->report->select;?></div>
</div>
<div class='panel-body'>
<form method='post' id='chartTypesForm'>
<form method='post' id='chartTypesForm' class='no-stash'>
<div class='checkboxes'>
<?php if($storyType == 'requirement') unset($lang->story->report->charts['storysPerPlan']);?>
<?php echo html::checkBox('charts', $lang->story->report->charts, $checkedCharts, '', 'block');?>
+1 -1
View File
@@ -27,7 +27,7 @@
<div class='panel-title'><?php echo $lang->task->report->select;?></div>
</div>
<div class='panel-body'>
<form method='post' id='chartTypesForm'>
<form method='post' id='chartTypesForm' class='no-stash'>
<div class='checkboxes'>
<?php echo html::checkBox('charts', $lang->task->report->charts, $checkedCharts, '', 'block')?>
</div>
+1 -1
View File
@@ -27,7 +27,7 @@
<div class='panel-title'><?php echo $lang->testtask->report->select;?></div>
</div>
<div class='panel-body'>
<form method='post' id='chartTypesForm'>
<form method='post' id='chartTypesForm' class='no-stash'>
<div class='checkboxes'>
<?php echo html::checkBox('charts', $lang->testtask->report->charts, $checkedCharts, '', 'block');?>
</div>