Files
OMS/app/desktop/view/cleanexpired.html
2025-12-28 23:13:25 +08:00

18 lines
593 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<div class="tableform">
<h3><{t}>清除系统中原有的与shopex用户中心关联的数据<{/t}></h3>
<hr/>
<div class="division"><p class="notice" ><{t}>如需更改通行证,点击以下按钮退出后重新登录即可生效<{/t}></p></div>
<form action="<{link app=desktop ctl=cleanexpired act=clean_data}>">
<{button type="submit" id="btn_data_dobackup" class="btn-primary" label=$___desktop="清除"|t:'desktop'}>
</form>
</div>