Commit 402ff51d authored by 神楽坂玲奈's avatar 神楽坂玲奈

- -继续修正分离编辑器

git-svn-id: http://glupx.googlecode.com/svn/trunk/Reliz@56 189f022a-1064-8ae2-3e6f-c4a67275c50b
parent 834c3c50
......@@ -36,4 +36,6 @@
<!-- 原th.cc的编辑器表情js,修改时应该弄掉 -->
<script type="text/javascript" reload="1">smilies_show('fastpostsmiliesdiv', 8, 'fastpost');</script>
</div>
<%= text_area_tag 'post[content]', content, :id => :fastpostmessage, :rows => 5, :cols => 80, :tabindex => 4, :class => :txtarea %>
<!--id和class直接对应于HTML码,从DZ的主题上遗留下来的,应该修改-->
</div>
\ No newline at end of file
......@@ -193,7 +193,7 @@
<span id="fastpostreturn"></span>
<%= render 'topics/editor_lite' %>
<%= text_area_tag 'post[content]', nil, :id => :fastpostmessage, :rows => 5, :cols => 80, :tabindex => 4, :class => :txtarea %>
<p><%= submit_tag t("topic.reply"), :id => :replysubmit, :tabindex => 5 %>
<input id="fastpostrefresh" type="checkbox"> <label for="fastpostrefresh">回帖后跳转到最后一页</label></p><script type="text/javascript">if(getcookie('discuz_fastpostrefresh') == 1) {$('fastpostrefresh').checked=true;}</script>
<p></p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment