* Modify the mutual test problem.

This commit is contained in:
xieqiyu
2022-01-04 10:08:14 +08:00
parent 6473699b6e
commit 77ba543cc8
5 changed files with 15 additions and 5 deletions
+4 -4
View File
@@ -32,12 +32,12 @@
</tr>
<tr>
<td></td>
<td><?php if($changedMode != 'yes') echo html::submitButton($lang->custom->switch);?></td>
<td>
<?php if($changedMode != 'yes') echo html::submitButton($lang->custom->switch);?>
<div id='changeModeTips' class='text-danger hidden'><?php echo $lang->custom->changeModeTips;?></div>
</td>
</tr>
</table>
</form>
</div>
<script>
$('#modeTab').addClass('btn-active-text');
</script>
<?php include '../../common/view/footer.html.php';?>