Skip to content

Commit

Permalink
登陆=>登录
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Mar 23, 2016
1 parent ae4081b commit e86f7f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Template/Default/panel/login.htm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
toastr.error(resp.message, "提示!", opts);
$('#email').select();
} else {
toastr.error("请求服务器失败,请稍后重试", "无效登陆!", opts);
toastr.error("请求服务器失败,请稍后重试", "无效登录!", opts);
$('#email').select();
}
}
Expand Down Expand Up @@ -158,7 +158,7 @@
toastr.error(resp.message, "提示!", opts);
$('#email').select();
} else {
toastr.error("请求服务器失败,请稍后重试", "无效登陆!", opts);
toastr.error("请求服务器失败,请稍后重试", "无效登录!", opts);
$('#email').select();
}
}
Expand Down Expand Up @@ -189,7 +189,7 @@
<img src="{TPL_PATH}images/[email protected]" alt="" width="80" />
<span>log in</span>
</a>
<p>登陆,然后变成一只猫!</p>
<p>登录,然后变成一只猫!</p>
</div>
<div class="form-group">
<input type="text" class="form-control input-dark" name="email" id="email" autocomplete="off" placeholder="电子邮件" />
Expand All @@ -200,13 +200,13 @@
<div class="form-group">
<label>
<input type="checkbox" class="cbr" id="remember_me" value="week" checked>
保持登陆(7天内免登录)
保持登录(7天内免登录)
</label>
</div>
<div class="form-group">
<button type="submit" class="btn btn-dark btn-block text-left">
<i class="fa-lock"></i>
</button>
</div>
<div class="login-footer">
Expand Down Expand Up @@ -250,7 +250,7 @@
<div class="form-group">
<button type="button" class="btn btn-dark btn-block text-left login-button" onclick="location.href = '{$requestPath}#login'">
<i class="fa-lock"></i>
返 回 登
返 回 登
</button>
</div>
</form>
Expand Down

0 comments on commit e86f7f0

Please sign in to comment.