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

View file

@ -276,9 +276,12 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
.x .header .account a:active,
.x .header .account a:focus{color:#6e9cf2;text-decoration:underline}
/* Footer */
.x .footer{border-top:1px solid #ddd;text-align:center;font-size:12px;padding:1.5em 0;margin:0 2em}
.x .footer{border-top:1px solid #ddd;text-align:center;font-size:12px;padding:1.5em 0;margin:0 2em;zoom:1}
.x .footer:after{content:"";display:block;clear:both}
.x .footer p{margin:0}
.x .footer a{color:#6e9cf2;text-decoration:none}
.x .footer .power{float:left}
.x .footer .cache{float:right}
/* Body */
.x .body{position:relative;z-index:1;padding:1em 2em 1em 260px;zoom:1}
.x .body:after{content:"";display:block;clear:both}

File diff suppressed because one or more lines are too long