* Delete the back button of the prompt.

This commit is contained in:
tianshujie
2021-08-26 16:51:19 +08:00
parent 96408952fa
commit db2e98efbc
-1
View File
@@ -16,7 +16,6 @@
<div class="text-center form-actions">
<a href='javascript:submitForm("cover")' class='btn btn-danger btn-wide'><?php echo $lang->importAndCover;?></a>
<a href='javascript:submitForm("insert")' class='btn btn-primary btn-wide'><?php echo $lang->importAndInsert;?></a>
<button class="btn btn-wide" type="button" data-dismiss="modal"><?php echo $lang->goback;?></button>
</div>
</div>
</div>