* Finish task #40015.

This commit is contained in:
holan20180123
2021-07-12 13:16:11 +08:00
parent 34a35d4c80
commit ecf718ee9b
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
</tr>
<tr>
<td></td>
<td><?php echo html::submitButton($lang->custom->switch);?></td>
<td><?php echo html::submitButton($lang->custom->switch, $changedMode == 'yes' ? 'disabled' : '');?></td>
</tr>
</table>
</form>