fixbug_sunjun_22531

This commit is contained in:
sunjun
2022-06-01 09:14:12 +00:00
parent b0e97a47e0
commit 1c8db1da3a
6 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -298,7 +298,7 @@
<tr>
<td colspan="5" class="text-center form-actions">
<?php echo html::hidden('type', $type) . html::submitButton();?>
<?php echo $gobackLink ? html::a($gobackLink, $lang->goback, '', 'class="btn btn-wide"') : html::backButton();?>
<?php echo $gobackLink ? html::a($gobackLink, $lang->goback, '', 'class="btn btn-wide"') : html::backButton('', $source == 'bug' ? 'data-app=qa' : '');?>
</td>
</tr>
</tfoot>