mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
UI refactoring (session)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12002 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e95a9f105b
commit
e34cf766ef
1 changed files with 3 additions and 6 deletions
|
|
@ -3,12 +3,9 @@
|
|||
<h1>{$lang->session} {$lang->cmd_management}</h1>
|
||||
</div>
|
||||
<section class="section">
|
||||
<form action="./" method="post" onsubmit="return false;" class="x_form-horizontal">
|
||||
<form action="./" method="post" onsubmit="return false;">
|
||||
<p>{nl2br($lang->about_session)}</p>
|
||||
<div class="x_clearfix btnArea">
|
||||
<span class="x_pull-left">
|
||||
<button class="x_btn x_btn-inverse" type="button" onclick="doClearSession(); return false;">{$lang->cmd_clear_session}</button>
|
||||
</span>
|
||||
</div>
|
||||
<button class="x_btn x_btn-inverse" type="button" onclick="doClearSession(); return false;">{$lang->cmd_clear_session}</button>
|
||||
<div class="x_clearfix btnArea"></div>
|
||||
</form>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue