* Modify the style of the migration files page.

This commit is contained in:
tianshujie
2022-02-23 13:26:45 +08:00
parent 85982b6cf0
commit 90bd75ea02
+1 -1
View File
@@ -45,7 +45,7 @@
</div>
<div class='modal-footer text-center'>
<?php if($result == 'success') echo html::submitButton($lang->upgrade->next);?>
<?php if($result == 'fail') echo $errorMessage . html::a('#', $this->lang->refresh, '', "class='btn btn-sm' onclick='refreshPage()'");?></div>
<?php if($result == 'fail') echo $errorMessage . ' ' . html::a('#', $this->lang->refresh, '', "class='btn btn-sm' onclick='refreshPage()'");?></div>
</div>
</div>
</form>