]> source.dussan.org Git - redmine.git/commitdiff
Merged r3787 from trunk.
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 19 Jun 2010 23:02:55 +0000 (23:02 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 19 Jun 2010 23:02:55 +0000 (23:02 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.9-stable@3792 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/index.rhtml
public/stylesheets/application.css

index eac177c896655d1a1abee2815ceafad43b64b344..5d926e629623c84816effb1af7b927ac47a4690e 100644 (file)
@@ -10,7 +10,7 @@
 
 <% form_tag({ :controller => 'queries', :action => 'new' }, :id => 'query_form') do %>
     <%= hidden_field_tag('project_id', @project.to_param) if @project %>
-               <div id="query_form_content">
+               <div id="query_form_content" class="hide-when-print">
     <fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>">
        <legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend>
        <div style="<%= @query.new_record? ? "" : "display: none;" %>">
@@ -33,7 +33,7 @@
                        </div>
                </fieldset>
                </div>
-    <p class="buttons">
+    <p class="buttons hide-when-print">
 
     <%= link_to_remote l(:button_apply), 
                        { :url => { :set_filter => 1 },
index 5679a789c0a21b8764fe5784e49fcfb372af7d1b..74dcd1e6eb6fcde0849c766ba678dd15e9551f7f 100644 (file)
@@ -852,4 +852,5 @@ h2 img { vertical-align:middle; }
   #main { background: #fff; }
   #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
        #wiki_add_attachment { display:none; }
+  .hide-when-print { display: none; }
 }