...
This commit is contained in:
parent
6929694fb4
commit
f7e0ad9fc3
|
@ -253,7 +253,7 @@
|
||||||
};
|
};
|
||||||
params.get_ref_str_call=function(btn){
|
params.get_ref_str_call=function(btn){
|
||||||
var div = btn.parent('div');
|
var div = btn.parent('div');
|
||||||
var str = '<blockquote>'+$('a',div).filter(':first').html()+' 写到: <br/>'+$("input[nhname='nh_content_val']",div).val()+'</blockquote>';
|
var str = '<blockquote>'+$('a',div).filter(':first').html()+' 写到: <br/>'+$("input[nhname='nh_content_val']",div).val()+'<div class="cl"></div></blockquote>';
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
nh_init_board(params);
|
nh_init_board(params);
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div nhname="quote_show" id="message_quote" class="wiki" style="width: 100%;word-break: break-all;word-wrap: break-word;"></div>
|
<div nhname="quote_show" id="message_quote" class="wiki" style="width: 100%;word-break: break-all;word-wrap: break-word;"></div>
|
||||||
|
<div class="cl"></div>
|
||||||
<% unless replying %>
|
<% unless replying %>
|
||||||
<label class="fl ml3" ><span class="c_red">*</span> <%= l(:field_description) %> :</label>
|
<label class="fl ml3" ><span class="c_red">*</span> <%= l(:field_description) %> :</label>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -238,7 +238,7 @@
|
||||||
};
|
};
|
||||||
params.get_ref_str_call=function(btn){
|
params.get_ref_str_call=function(btn){
|
||||||
var div = btn.parent('div');
|
var div = btn.parent('div');
|
||||||
var str = '<blockquote>'+$('a',div).filter(':first').html()+' 写到: <br/>'+$("input[nhname='nh_content_val']",div).val()+'</blockquote>';
|
var str = '<blockquote>'+$('a',div).filter(':first').html()+' 写到: <br/>'+$("input[nhname='nh_content_val']",div).val()+'<div class="cl"></div></blockquote>';
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
nh_init_board(params);
|
nh_init_board(params);
|
||||||
|
|
Loading…
Reference in New Issue