mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
관리자 페이지 메인에서 캐시파일 재생성 / 세션 정리를 할 수 있도록 UI 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6593 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5d0920c2f4
commit
4b49baf084
1 changed files with 14 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<!--%import("../../install/lang")-->
|
||||
<!--%import("../../module/tpl/js/module_admin.js",optimized=false)-->
|
||||
<!--%import("../../session/tpl/js/session.js",optimized=false)-->
|
||||
<!--%import("../../addon/tpl/js/addon.js",optimized=false)-->
|
||||
<!--%import("../../addon/tpl/filter/toggle_activate_addon.xml")-->
|
||||
|
||||
|
|
@ -201,6 +202,19 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h4 class="xeAdmin">{$lang->cmd_remake_cache}</h4>
|
||||
<table cellspacing="0" class="rowTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="button black strong"><input type="button" value="{$lang->cmd_remake_cache}" onclick="doRecompileCacheFile(); return false;"/></span>
|
||||
</td>
|
||||
<td>
|
||||
<span class="button black strong"><input type="button" value="{$lang->cmd_clear_session}" onclick="doClearSession(); return false; "/></span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!--@if($news)-->
|
||||
<h4 class="xeAdmin">{$lang->newest_news}</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue