✏️ 正在编辑: covers.php
路径:
/home/qyel0117/public_html/wp-content/themes/semplice7/admin/dialogs/covers.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<template id="smp-tpl-dialog-import-cover"> <div class="content"> <h3>{{title}}</h3> <p>{{text}}</p> </div> <div class="footer"> <button class="click-handler cancel" data-handler="run" data-action-type="dialog" data-action="close">Cancel</button> <button class="click-handler delete confirm" data-handler="run" data-action-type="helper" data-setting-type="cover" data-action="import" data-post-id="{{id}}">Import</button> </div> </template> <template id="smp-tpl-dialog-reset-cover"> <div class="content"> <h3>{{title}}</h3> <p>{{text}}</p> </div> <div class="footer"> <button class="click-handler cancel" data-handler="run" data-action-type="dialog" data-action="close">Cancel</button> <button class="click-handler delete confirm" data-handler="run" data-action-type="helper" data-setting-type="cover" data-action="reset">Reset</button> </div> </template>
💾 保存文件
← 返回文件管理器