Fix #2136 add button to reset the cleanup exception list

This commit is contained in:
Kijin Sung 2023-07-04 22:43:17 +09:00
parent e98ba87f8e
commit d285a90e88
6 changed files with 32 additions and 1 deletions

View file

@ -65,6 +65,9 @@
</tbody>
</table>
<div class="x_clearfix btnArea">
<div class="x_pull-left">
<button type="button" class="x_btn reset_exception">{sprintf($lang->cmd_cleanup_reset_exception, count($exceptions))}</button>
</div>
<div class="x_pull-right">
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_delete}</button>
</div>