Adjust error display in core file cleanup function

This commit is contained in:
Kijin Sung 2022-12-29 01:01:17 +09:00
parent ab757d0b8a
commit 84546b936c
2 changed files with 10 additions and 2 deletions

View file

@ -54,7 +54,7 @@
<!--@endforeach-->
<!--@if(!$cleanup_list)-->
<tr>
<td class="nowr" colspan="4">{$lang->msg_cleanup_list_empty}</td>
<td class="nowr" colspan="4" style="text-align:center;padding:30px 0">{$lang->msg_cleanup_list_empty}</td>
</tr>
<!--@endif-->
</tbody>