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:
chschy 2012-10-31 07:52:04 +00:00
parent e95a9f105b
commit e34cf766ef

View file

@ -3,12 +3,9 @@
<h1>{$lang->session} {$lang->cmd_management}</h1> <h1>{$lang->session} {$lang->cmd_management}</h1>
</div> </div>
<section class="section"> <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> <p>{nl2br($lang->about_session)}</p>
<div class="x_clearfix btnArea"> <button class="x_btn x_btn-inverse" type="button" onclick="doClearSession(); return false;">{$lang->cmd_clear_session}</button>
<span class="x_pull-left"> <div class="x_clearfix btnArea"></div>
<button class="x_btn x_btn-inverse" type="button" onclick="doClearSession(); return false;">{$lang->cmd_clear_session}</button>
</span>
</div>
</form> </form>
</section> </section>