Changeset 4562
- Timestamp:
- 09/11/07 19:20:48 (1 year ago)
- Files:
-
- components/bbs/trunk/bbs/admin/main.rhtml (modified) (1 diff)
- components/bbs/trunk/bbs/bbs/topic_detail.rhtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
components/bbs/trunk/bbs/admin/main.rhtml
r3608 r4562 6 6 <%= form_tag({:controller => '/bbs/admin', :action => 'print', :page => 'print_admin'}, {:id => 'bbs_admin_print_form', :class => 'operationbar_button_right_inactive swap', :target => "_blank"}) %> 7 7 <span id="print_button" class="buttons darkicon_print textcolor_white" onclick="rubricks.common.fire_submit('bbs_admin_print_form', 'print_button');rubricks.common.rubricks_wait_message_close();"><%= hl('[_Common_Print]') %></span> 8 < %= end_form_tag %>8 </form> 9 9 <%= render_operation_bar_end %> 10 10 <%= render_content_body_begin %> components/bbs/trunk/bbs/bbs/topic_detail.rhtml
r4081 r4562 37 37 <span id="topic_message_print_button" class="buttons icon_print" onclick="rubricks.common.fire_submit('print_topic_message_form', 'topic_message_print_button');rubricks.common.rubricks_wait_message_close();"> </span> 38 38 </div> 39 < %= end_form_tag %>39 </form> 40 40 <%= rollover_swap('topic_message_button') %> 41 41 </td> … … 97 97 </div> 98 98 </div> 99 < %= end_form_tag %>99 </form> 100 100 <%= rollover_swap("message_print#{hl(bbs_message.id)}") %> 101 101 <% if @bbs_topic.bbs_forum.moderator? or (!@bbs_topic.locked and @bbs_topic.bbs_forum.poster? and bbs_message.rubricks_user and bbs_message.rubricks_user.id == RubricksLib.current_user.id) %>
