修改资料时昵称提示以及样式

This commit is contained in:
sw 2015-05-06 14:20:55 +08:00
parent 615184fc38
commit c0b7819870
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
<div>
<!-- 昵称 -->
<p style="width:630px;padding-left: 40px;">
<p style="width:730px;padding-left: 40px;">
<%= f.text_field :login, :required => true, :size => 25, :name => "login", :style => 'border:1px solid #d3d3d3;'%>
<span class='font_lighter'><%= l(:label_max_number) %></span>
<br/>

View File

@ -11,7 +11,7 @@ zh:
#
# 公共变量
#
label_max_number: "登录名是在网站中显示的您的公开标识,只能为英文和数字。"
label_max_number: "登录名是在网站中显示的您的公开标识,只能为下划线、@、.以及英文和数字。"
field_login: 登录名
field_password: 密码