✏️ 正在编辑: display_msg.tpl
路径:
/home/bpioifn/www/pigmentse/modules/doofinder/views/templates/admin/display_msg.tpl
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
{* * NOTICE OF LICENSE * * This file is licenced under the Software License Agreement. * With the purchase or the installation of the software in your application * you accept the licence agreement. * * You must not modify, adapt or create derivative works of this source code * * @author Doofinder * @copyright Doofinder * @license GPLv3 *} <div class="bootstrap"> <div class="module_{$d_type_message|escape:'htmlall':'UTF-8'} alert alert-{$d_type_alert|escape:'htmlall':'UTF-8'}" > <button type="button" class="close" data-dismiss="alert">×</button> {if isset($d_link) && $d_link} <a href="{$d_link|escape:'htmlall':'UTF-8'}"> {$d_message|escape:'htmlall':'UTF-8'} </a> {else} {$d_message|escape:'htmlall':'UTF-8'} {/if} </div> </div>
💾 保存文件
← 返回文件管理器