관리자 페이지 메인에서 캐시파일 재생성 / 세션 정리를 할 수 있도록 UI 개선

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6593 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
smaker 2009-06-18 09:51:08 +00:00
parent 5d0920c2f4
commit 4b49baf084

View file

@ -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>