mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
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:
parent
8188720245
commit
cf73487272
3 changed files with 10 additions and 16 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue