mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
bootstrap.layout code renewal.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12567 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
96ece44f09
commit
4d2ebf63f1
5 changed files with 56 additions and 56 deletions
|
|
@ -31,8 +31,8 @@ jQuery(function($){
|
|||
// Close
|
||||
$account
|
||||
.find('>#acField')
|
||||
.append('<button type="button" class="x_close">×</button>')
|
||||
.find('>.x_close').click(function(){
|
||||
.append('<button type="button" class="close">×</button>')
|
||||
.find('>.close').click(function(){
|
||||
$(this).closest('#acField').slideUp(200, function(){
|
||||
$acTog.eq(0).focus();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
<load target="login.xml" />
|
||||
<load target="bootstrap.login.js" />
|
||||
<form id="fo_login_widget" action="{getUrl('','act','procMemberLogin')}" method="post" ruleset="@login" class="account">
|
||||
<a href="#acField" class="x_btn x_btn-link">{$lang->cmd_login}</a>
|
||||
<fieldset class="x_well" id="acField">
|
||||
<a href="#acField" class="btn btn-link">{$lang->cmd_login}</a>
|
||||
<fieldset class="well" id="acField">
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
<input type="hidden" name="success_return_url" value="{htmlspecialchars(getRequestUriByServerEnviroment())}" />
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
<label for="keep_signed">{$lang->keep_signed}</label>
|
||||
</p>
|
||||
</div>
|
||||
<input type="submit" class="x_btn x_btn-primary" value="{$lang->cmd_login}" />
|
||||
<input type="submit" class="btn btn-primary" value="{$lang->cmd_login}" />
|
||||
</div>
|
||||
<p class="warning">{$lang->about_keep_warning}</p>
|
||||
<ul class="help">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue