refactor:去除翻译语言选择页面顶部的“新建语言”、“编辑模板”等文字按钮的HTML块

This commit is contained in:
sunxiyuan 2020-07-14 12:01:36 +08:00
parent a3d903ffb2
commit 57c0f72f6c

View file

@ -2,7 +2,8 @@
/** /**
* Links above PO files table * Links above PO files table
*/ */
?> ?>
<!--
<nav class="above-list-table"><?php <nav class="above-list-table"><?php
/* @var $link Loco_mvc_ViewParams */ /* @var $link Loco_mvc_ViewParams */
foreach( $nav as $link ):?> foreach( $nav as $link ):?>
@ -10,4 +11,5 @@
endforeach; endforeach;
echo $this->render('../common/inc-table-filter'); echo $this->render('../common/inc-table-filter');
?> ?>
</nav> </nav>
-->