公共页个性签名的提交按钮显示调整
This commit is contained in:
parent
046757fbd3
commit
a7d7b790d2
|
@ -189,7 +189,7 @@
|
||||||
<div id="introduction" style="display: none">
|
<div id="introduction" style="display: none">
|
||||||
<%= form_for('new_form', :method => :post,
|
<%= form_for('new_form', :method => :post,
|
||||||
:url => {:controller => 'words', :action => 'add_brief_introdution'}) do |f|%>
|
:url => {:controller => 'words', :action => 'add_brief_introdution'}) do |f|%>
|
||||||
<table border="0" width="100%" align="center" >
|
<table border="0" width="100%" align="center" id="my_brief_introduction">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<%= f.text_area 'user_introduction', :rows => 3,
|
<%= f.text_area 'user_introduction', :rows => 3,
|
||||||
|
@ -203,8 +203,11 @@
|
||||||
<table border="0" width="200px" align="center">
|
<table border="0" width="200px" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<%= submit_tag l(:button_submit), :name => nil ,
|
<%#= submit_tag l(:button_submit), :name => nil ,
|
||||||
:class => "bid_btn" %>
|
:class => "bid_btn" %>
|
||||||
|
<a href="#" onclick='$("#my_brief_introduction").parent().submit();' class="ButtonColor m3p10" >
|
||||||
|
<%= l(:label_submit)%>
|
||||||
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -1723,6 +1723,7 @@ zh:
|
||||||
label_user_create_project: 创建了
|
label_user_create_project: 创建了
|
||||||
label_user_create_project_homework: 创建了作业
|
label_user_create_project_homework: 创建了作业
|
||||||
#added by bai
|
#added by bai
|
||||||
|
label_submit: 提交
|
||||||
label_identity: 身份
|
label_identity: 身份
|
||||||
label_teacher: 教师
|
label_teacher: 教师
|
||||||
label_teacher_homework: 教师姓名
|
label_teacher_homework: 教师姓名
|
||||||
|
|
Loading…
Reference in New Issue