|
|
|
@ -189,7 +189,7 @@
|
|
|
|
|
<div id="introduction" style="display: none">
|
|
|
|
|
<%= form_for('new_form', :method => :post,
|
|
|
|
|
: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>
|
|
|
|
|
<td>
|
|
|
|
|
<%= f.text_area 'user_introduction', :rows => 3,
|
|
|
|
@ -203,8 +203,11 @@
|
|
|
|
|
<table border="0" width="200px" align="center">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="right">
|
|
|
|
|
<%= submit_tag l(:button_submit), :name => nil ,
|
|
|
|
|
<%#= submit_tag l(:button_submit), :name => nil ,
|
|
|
|
|
:class => "bid_btn" %>
|
|
|
|
|
<a href="#" onclick='$("#my_brief_introduction").parent().submit();' class="ButtonColor m3p10" >
|
|
|
|
|
<%= l(:label_submit)%>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|