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

23 lines
716 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.
-->
<{if $apps}>
<{foreach from=$apps item=item}>
<div class="clearfix row">
<div class="span-auto">
<{$item.app_name}>
</div>
<div class="span-auto">
<{button label=$___desktop="立即更新"|t:'desktop' onclick="appmgr('{$item.app_id}').run(['download','update'])" }>
</div>
</div>
<{/foreach}>
<div class="clearfix row">
<div class="span-auto"><{t}>是否要更新全部?<{/t}></div>
<div class="span-auto"><{button type="link" href='index.php?ctl=appmgr&act=maintenance' label=$___desktop='立即更新全部'|t:'desktop' target="command::"}> </div>
</div>
<{/if}>