Changeset 4562

Show
Ignore:
Timestamp:
09/11/07 19:20:48 (1 year ago)
Author:
sato
Message:

583

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • components/bbs/trunk/bbs/admin/main.rhtml

    r3608 r4562  
    66      <%= form_tag({:controller => '/bbs/admin', :action => 'print', :page => 'print_admin'}, {:id => 'bbs_admin_print_form', :class => 'operationbar_button_right_inactive swap',  :target => "_blank"}) %> 
    77        <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
    99    <%= render_operation_bar_end %> 
    1010    <%= render_content_body_begin %> 
  • components/bbs/trunk/bbs/bbs/topic_detail.rhtml

    r4081 r4562  
    3737              <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();">&nbsp;</span> 
    3838            </div> 
    39           <%= end_form_tag %
     39          </form
    4040          <%= rollover_swap('topic_message_button') %> 
    4141        </td> 
     
    9797                </div> 
    9898                </div> 
    99               <%= end_form_tag %
     99              </form
    100100              <%= rollover_swap("message_print#{hl(bbs_message.id)}") %> 
    101101              <% 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) %>