mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
refactor:去除翻译语言选择页面顶部的“新建语言”、“编辑模板”等文字按钮的HTML块
This commit is contained in:
parent
a3d903ffb2
commit
57c0f72f6c
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||||
|
-->
|
Loading…
Add table
Add a link
Reference in a new issue