cache & session refresh UI changed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9391 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-28 07:23:28 +00:00
parent 8188720245
commit cf73487272
3 changed files with 10 additions and 16 deletions

View file

@ -1,19 +1,10 @@
<fieldset class="section form content">
<h2 class="h2">{$lang->subtitle_etc}</h2>
<ul>
<li>
<p class="q">{$lang->about_recompile_cache}</p>
<p class="a"><a href="#" onclick="doRecompileCacheFile();return false;">{$lang->cmd_remake_cache}</a></p>
</li>
<li>
<p class="q">{$lang->about_arrange_session}</p>
<p class="a"><a href="#" onclick="doClearSession();return false;">{$lang->cmd_clear_session}</a></p>
</li>
</ul>
</fieldset>
</div>
<div class="footer">
<p>Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong>.</p>
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong>.</p>
<p class="cache">
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
</p>
</div>
</div>
<script type="text/javascript">