文件操作 - comment_for_row.twig
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/cwpsrv/var/services/pma/templates/display/results/comment_for_row.twig
编辑文件内容
{% if comments_map[fields_meta.table] is defined and comments_map[fields_meta.table][fields_meta.name] is defined %} <br><span class="tblcomment" title="{{ comments_map[fields_meta.table][fields_meta.name] }}"> {% if comments_map[fields_meta.table][fields_meta.name]|length > limit_chars %} {{ comments_map[fields_meta.table][fields_meta.name]|slice(0, limit_chars) }}… {% else %} {{ comments_map[fields_meta.table][fields_meta.name] }} {% endif %} </span> {% endif %}
修改文件时间
将文件时间修改为当前时间的前一年
删除文件